fix Debit-Credit

This commit is contained in:
sparkyx 2004-01-01 15:42:01 +00:00
parent 41d34ad290
commit 681601838c

View file

@ -201,8 +201,8 @@ $rdeb=split(',',$l_line['jrn_def_fiche_deb']);
$rcred=split(',',$l_line['jrn_def_fiche_cred']);
echo '<TABLE>';
echo '<TR>';
echo '<th> Fiches Débit</TH>';
echo '<th> Fiches Crédit</TH>';
echo '<th> Fiches Dédit</TH>';
echo '</TR>';
// Show the fiche in deb section
for ($i=0;$i<$num;$i++) {