From c3fed3b1b1246e43c8a19bd528cf0864921d83be Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 28 Apr 2010 08:41:07 +0000 Subject: [PATCH] lettering : small bug for the search form about deb / cred --- html/ajax_misc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ajax_misc.php b/html/ajax_misc.php index 3806c8d18..2940d6463 100644 --- a/html/ajax_misc.php +++ b/html/ajax_misc.php @@ -266,7 +266,7 @@ jr_comment,j_montant, j_debit,jr_internal from jrnx join jrn on (j_grpt=jr_grpt_ array('label'=>_('Les 2'),'value'=>3) ); $iside->selected=(isset($side))?$side:(($row['j_debit']=='t')?0:1); - $side=(isset($side))?$side:($row['j_debit']=='t')?0:1; + $side=(isset($side))?$side:(($row['j_debit']=='t')?1:0); $r.=tr($line.td($iside->input())); $r.=''; $r.='';