Fix: Trad

This commit is contained in:
Laurent Destailleur 2010-09-12 18:04:10 +00:00
parent 3afd8d3893
commit 12d831b1ca

View File

@ -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 '<form method="get" action="'.$_SERVER["PHP_SELF"].'">'."\n";