From cc524c818095d3e78fe85868f8bb6134c7a75cd6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 19 Feb 2016 04:41:29 +0100 Subject: [PATCH] Fix bad picto --- htdocs/fourn/facture/paiement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '';