From a40729312fc4bb6a20e57764b6e80524ecb27580 Mon Sep 17 00:00:00 2001 From: BENKE Charles Date: Sun, 6 Oct 2013 17:27:53 +0200 Subject: [PATCH] Update propal.php --- htdocs/comm/propal.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 232fea74d3a..015b566d1c5 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -1884,14 +1884,14 @@ else print ''; } - if ($soc->outstandingbill) + if ($soc->outstanding_limit) { // Outstanding Bill print ''; print $langs->trans('OutstandingBill'); - print ''; + print ''; print price($soc->get_OutstandingBill()).' / '; - print price($soc->outstandingbill).''.$langs->trans("Currency".$conf->currency); + print price($soc->outstanding_limit, 0, '', 1, -1, -1, $conf->currency); print ''; print ''; }