Skip to content
Snippets Groups Projects
Commit ed05b378 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #1495 from aspangaro/develop

Update language key
parents c936638e 58796b85
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ if (! $sortfield) $sortfield="p.rowid";
* View
*/
llxHeader('',$langs->trans("ListPayment"));
llxHeader('', $langs->trans('ListPayment'));
$form=new Form($db);
......
......@@ -34,6 +34,7 @@ require DOL_DOCUMENT_ROOT.'/fourn/class/paiementfourn.class.php';
$langs->load('companies');
$langs->load('bills');
$langs->load('banks');
$langs->load('compta');
$action = GETPOST('action','alpha');
$confirm = GETPOST('confirm');
......@@ -232,7 +233,7 @@ if ($action == 'confirm_paiement' && $confirm == 'yes')
$supplierstatic=new Societe($db);
$invoicesupplierstatic = new FactureFournisseur($db);
llxHeader();
llxHeader('',$langs->trans('ListPayment'));
$form=new Form($db);
......
......@@ -66,7 +66,7 @@ ConfirmDeletePayment=Êtes-vous sûr de vouloir supprimer ce paiement ?
ConfirmConvertToReduc=Voulez-vous convertir cet avoir ou acompte en réduction future ?<br>Le montant sera alors stocké en réduction fixe en attente pour le client. Cette dernière pourra être utilisée pour réduire le montant d'une facture en cours ou prochaine de ce client.
SupplierPayments=Règlements fournisseurs
ReceivedPayments=Règlements reçus
ReceivedCustomersPayments=Règlements reçus du client
ReceivedCustomersPayments=Règlements reçus des clients
PayedSuppliersPayments=Paiements aux fournisseurs
ReceivedCustomersPaymentsToValid=Règlements clients reçus à valider
PaymentsReportsForYear=Rapports de règlements pour %s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment