diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 253b55b4659..c107639e786 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -534,7 +534,7 @@ if (empty($action)) $paramlist.=(! empty($search_amount)?"&search_amount='".$search_amount:""); if ($optioncss != '') $paramlist.='&optioncss='.$optioncss; - print_barre_liste($langs->trans('SupplierPayments'), $page, $_SERVER["PHP_SELF"],$paramlist,$sortfield,$sortorder,'',$num); + print_barre_liste($langs->trans('SupplierPayments'), $page, $_SERVER["PHP_SELF"],$paramlist,$sortfield,$sortorder,'',$num, 0, 'title_accountancy.png'); print '
'; if ($optioncss != '') print '';