From 12d831b1cafd5dd263eae437b80ed033a486eda7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 12 Sep 2010 18:04:10 +0000 Subject: [PATCH] Fix: Trad --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 3e67430db45..607d3e99667 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -3573,7 +3573,7 @@ else if ($month) $param.='&month='.$month; if ($year) $param.='&year=' .$year; - print_barre_liste($langs->trans('BillsCustomer').' '.($socid?' '.$soc->nom:''),$page,'facture.php',$param,$sortfield,$sortorder,'',$num); + print_barre_liste($langs->trans('BillsCustomers').' '.($socid?' '.$soc->nom:''),$page,'facture.php',$param,$sortfield,$sortorder,'',$num); $i = 0; print '
'."\n";