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