Fix: Dcalage colonne dans aperu compta
This commit is contained in:
parent
8af82f4cb5
commit
ad2f314a8b
@ -281,6 +281,7 @@ if ($socid > 0)
|
||||
print ' '; // Décalage
|
||||
print '<a href="paiement/fiche.php?id='.$objp->rowid.'">'.img_object($langs->trans("ShowPayment"),"payment").' '.$langs->trans("Payment").' '.$objp->rowid.'</td>';
|
||||
print "<td> </td>\n";
|
||||
print "<td> </td>\n";
|
||||
print '<td align="right">'.price($objp->amount).'</td>';
|
||||
$solde = $solde - $objp->amount;
|
||||
print '<td align="right">'.price($solde)."</td>\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user