Update facture.php

This commit is contained in:
BENKE Charles 2013-09-27 22:08:06 +02:00
parent fff1309cec
commit ca0ba99eff

View File

@ -2292,6 +2292,18 @@ if ($action == 'create')
print '</td></tr>';
}
if ($soc->outstandingbill)
{
// Outstanding Bill
print '<tr><td>';
print $langs->trans('OutstandingBill');
print '</td><td align=right>';
print price($soc->get_OutstandingBill()).' / ';
print price($soc->outstandingbill).'</td><td colspan=2>';
print '</td>';
print '</tr>';
}
// Other attributes
$parameters=array('objectsrc' => $objectsrc, 'colspan' => ' colspan="3"');
$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook