Skip to content
Snippets Groups Projects
Commit 46f65efb authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Ajout lien vers les factures impayees

parent 27dda00d
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ function llxHeader($head = "", $title="", $help_url='') {
$langs->load("bills");
$menu->add(DOL_URL_ROOT."/compta/facture.php",$langs->trans("Bills"));
$menu->add_submenu(DOL_URL_ROOT."/compta/facture/impayees.php",$langs->trans("Impayes"));
$menu->add(DOL_URL_ROOT."/compta/prelevement/",$langs->trans("Prlvements"));
......
......@@ -65,6 +65,7 @@ function llxHeader($head = "", $title="", $help_url='')
{
$langs->load("bills");
$menu->add(DOL_URL_ROOT."/compta/facture.php",$langs->trans("Bills"));
$menu->add_submenu(DOL_URL_ROOT."/compta/facture/impayees.php",$langs->trans("Impayes"));
$menu->add_submenu(DOL_URL_ROOT."/compta/paiement/liste.php",$langs->trans("Payments"));
if (! defined(FACTURE_DISABLE_RECUR) || ! FACTURE_DISABLE_RECUR)
......
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