From 9149496b434ba9b9cc445551b540c4b1c939a423 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 4 Apr 2005 16:13:00 +0000 Subject: [PATCH] Ajout menu Factures --- htdocs/fourn/commande/pre.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/fourn/commande/pre.inc.php b/htdocs/fourn/commande/pre.inc.php index e4c581abbff..09286ee5b35 100644 --- a/htdocs/fourn/commande/pre.inc.php +++ b/htdocs/fourn/commande/pre.inc.php @@ -47,6 +47,9 @@ function llxHeader($head = "", $title = "") $menu->add(DOL_URL_ROOT."/fourn/commande/", $langs->trans("Orders")); $menu->add_submenu(DOL_URL_ROOT."/fourn/commande/liste.php", $langs->trans("List")); + $langs->load("bills"); + $menu->add(DOL_URL_ROOT."/fourn/facture/index.php", $langs->trans("Bills")); + left_menu($menu->liste); }