Modif des conditions d'emission d'un paiement

This commit is contained in:
Rodolphe Quiedeville 2004-12-22 08:45:02 +00:00
parent bc39cdb9eb
commit 400b9446e3

View File

@ -287,15 +287,9 @@ if ($_GET["action"] == 'create')
print '<td align="center">';
if ($objp->total_ttc <> $objp->am)
{
$namef = "amount_".$objp->facid;
print '<input type="text" size="8" name="'.$namef.'">';
}
else
{
print '-';
}
$namef = "amount_".$objp->facid;
print '<input type="text" size="8" name="'.$namef.'">';
print "</td></tr>\n";
$total+=$objp->total;
$total_ttc+=$objp->total_ttc;