small change
This commit is contained in:
parent
e854b357ec
commit
83fca4c9b1
@ -3562,7 +3562,7 @@ else
|
|||||||
if ($month) $param.='&month='.$month;
|
if ($month) $param.='&month='.$month;
|
||||||
if ($year) $param.='&year=' .$year;
|
if ($year) $param.='&year=' .$year;
|
||||||
|
|
||||||
print_barre_liste($langs->trans('BillsCustomers').' '.($socid?' '.$soc->nom:''),$page,'facture.php',$param,$sortfield,$sortorder,'',$num);
|
print_barre_liste($langs->trans('BillsCustomer').' '.($socid?' '.$soc->nom:''),$page,'facture.php',$param,$sortfield,$sortorder,'',$num);
|
||||||
|
|
||||||
$i = 0;
|
$i = 0;
|
||||||
print '<form method="get" action="'.$_SERVER["PHP_SELF"].'">'."\n";
|
print '<form method="get" action="'.$_SERVER["PHP_SELF"].'">'."\n";
|
||||||
|
|||||||
@ -3,6 +3,7 @@ CHARSET=UTF-8
|
|||||||
Bill=Facture
|
Bill=Facture
|
||||||
Bills=Factures
|
Bills=Factures
|
||||||
BillsCustomers=Factures clients
|
BillsCustomers=Factures clients
|
||||||
|
BillsCustomer=Factures client
|
||||||
BillsSuppliers=Factures fournisseurs
|
BillsSuppliers=Factures fournisseurs
|
||||||
BillsCustomersUnpaid=Factures clients impayées
|
BillsCustomersUnpaid=Factures clients impayées
|
||||||
BillsCustomersUnpaidForCompany=Factures clients impayées pour %s
|
BillsCustomersUnpaidForCompany=Factures clients impayées pour %s
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user