From a9308ca32055a8152c2e9d370595dc0b37b10fd4 Mon Sep 17 00:00:00 2001 From: BENKE Charles Date: Sun, 6 Oct 2013 17:30:19 +0200 Subject: [PATCH] Update fiche.php --- htdocs/commande/fiche.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 6bc2d02f25e..ce57b057531 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -2195,6 +2195,19 @@ else print ''; } + + if ($soc->outstanding_limit) + { + // Outstanding Bill + print ''; + print $langs->trans('OutstandingBill'); + print ''; + print price($soc->get_OutstandingBill()).' / '; + print price($soc->outstanding_limit, 0, '', 1, -1, -1, $conf->currency); + print ''; + print ''; + } + // Other attributes $res=$object->fetch_optionals($object->id,$extralabels); $parameters=array('colspan' => ' colspan="3"');