From 53531ff847b5766949d5eb56687b7057a2b43997 Mon Sep 17 00:00:00 2001 From: BENKE Charles Date: Sun, 6 Oct 2013 17:23:31 +0200 Subject: [PATCH] Update facture.php --- htdocs/compta/facture.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index bd8970d6c26..a455d2b51f9 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -2292,14 +2292,14 @@ if ($action == 'create') print ''; } - if ($soc->outstandingbill) + if ($soc->outstanding_limit) { // Outstanding Bill print ''; print $langs->trans('OutstandingBill'); print ''; print price($soc->get_OutstandingBill()).' / '; - print price($soc->outstandingbill).''; + print price($soc->outstanding_limit).''; print ''; print ''; }