Change carrier config into dict instead of dedicated conf page

This commit is contained in:
Maxime Kohlhaas
2013-04-19 20:20:10 +02:00
parent 26aba2b609
commit bfb05c78cd
10 changed files with 11 additions and 569 deletions

View File

@@ -189,10 +189,6 @@ $head[$h][0] = DOL_URL_ROOT."/admin/confexped.php";
$head[$h][1] = $langs->trans("Setup");
$h++;
$head[$h][0] = DOL_URL_ROOT."/admin/carrier.php";
$head[$h][1] = $langs->trans("Carriers");
$h++;
if (! empty($conf->global->MAIN_SUBMODULE_EXPEDITION))
{
$head[$h][0] = DOL_URL_ROOT."/admin/expedition.php";