From a7c97cc71a9dc200b6d0b1184727cb3aba0e185b Mon Sep 17 00:00:00 2001 From: aspangaro <alexandre.spangaro@gmail.com> Date: Mon, 17 Mar 2014 21:51:31 +0100 Subject: [PATCH] Add title in list of supplier payments --- htdocs/fourn/facture/paiement.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 18334fcf93c..760874b7008 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -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); -- GitLab