From ca0ba99effb6ae70e20e1b3b78145bc3eaad3d10 Mon Sep 17 00:00:00 2001 From: BENKE Charles Date: Fri, 27 Sep 2013 22:08:06 +0200 Subject: [PATCH] Update facture.php --- htdocs/compta/facture.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 7e8230eccd8..bd8970d6c26 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -2292,6 +2292,18 @@ if ($action == 'create') print ''; } + if ($soc->outstandingbill) + { + // Outstanding Bill + print ''; + print $langs->trans('OutstandingBill'); + print ''; + print price($soc->get_OutstandingBill()).' / '; + print price($soc->outstandingbill).''; + print ''; + print ''; + } + // 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