mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Correction bug #13938
This commit is contained in:
@@ -87,7 +87,7 @@ function llxHeader($head = "", $title="", $help_url='')
|
||||
if ($conf->commande->enabled && $conf->facture->enabled)
|
||||
{
|
||||
$langs->load("orders");
|
||||
$menu->add(DOL_URL_ROOT."/compta/commande/liste.php?leftmenu=orders&status=3", $langs->trans("MenuOrdersToBill"));
|
||||
$menu->add(DOL_URL_ROOT."/compta/commande/liste.php?leftmenu=orders&afacturer=1", $langs->trans("MenuOrdersToBill"));
|
||||
}
|
||||
|
||||
// Les d<>penses
|
||||
|
||||
Reference in New Issue
Block a user