Skip to content
Snippets Groups Projects
Commit a7c97cc7 authored by aspangaro's avatar aspangaro
Browse files

Add title in list of supplier payments

parent 4d6d7c19
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
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