Suppression lien vers les factures
This commit is contained in:
parent
52f3246eed
commit
ef37c593b5
@ -59,8 +59,7 @@ function llxHeader($head = "")
|
|||||||
}
|
}
|
||||||
$db->close;
|
$db->close;
|
||||||
|
|
||||||
$menu->add("index.php3","Bank");
|
$menu->add("index.php3","Banque");
|
||||||
|
|
||||||
|
|
||||||
$menu->add_submenu("budget.php3","Budgets");
|
$menu->add_submenu("budget.php3","Budgets");
|
||||||
$menu->add_submenu("bilan.php3","Bilan");
|
$menu->add_submenu("bilan.php3","Bilan");
|
||||||
@ -68,11 +67,6 @@ function llxHeader($head = "")
|
|||||||
|
|
||||||
$menu->add_submenu("config.php3","Config");
|
$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)
|
if (defined("COMPTA_ONLINE_PAYMENT_BPLC") && COMPTA_ONLINE_PAYMENT_BPLC)
|
||||||
{
|
{
|
||||||
$menu->add(DOL_URL_ROOT."/compta/bank/bplc.php","Transactions BPLC");
|
$menu->add(DOL_URL_ROOT."/compta/bank/bplc.php","Transactions BPLC");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user