Update facture.php
This commit is contained in:
parent
fff1309cec
commit
ca0ba99eff
@ -2292,6 +2292,18 @@ if ($action == 'create')
|
|||||||
print '</td></tr>';
|
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
|
// Other attributes
|
||||||
$parameters=array('objectsrc' => $objectsrc, 'colspan' => ' colspan="3"');
|
$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
|
$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user