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 ''; }