Suppression lien vers les factures

This commit is contained in:
Rodolphe Quiedeville 2003-08-12 17:25:12 +00:00
parent 52f3246eed
commit ef37c593b5

View File

@ -59,8 +59,7 @@ function llxHeader($head = "")
}
$db->close;
$menu->add("index.php3","Bank");
$menu->add("index.php3","Banque");
$menu->add_submenu("budget.php3","Budgets");
$menu->add_submenu("bilan.php3","Bilan");
@ -68,11 +67,6 @@ function llxHeader($head = "")
$menu->add_submenu("config.php3","Config");
if (defined("COMPTA_BANK_FACTURES") && COMPTA_BANK_FACTURES)
{
$menu->add(DOL_URL_ROOT."/compta/facture.php3","Factures");
}
if (defined("COMPTA_ONLINE_PAYMENT_BPLC") && COMPTA_ONLINE_PAYMENT_BPLC)
{
$menu->add(DOL_URL_ROOT."/compta/bank/bplc.php","Transactions BPLC");