commit
ed05b3780e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user