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"');