fixed export, purge, and some other stuff for ems.
This commit is contained in:
parent
84e417069e
commit
eea6d818e9
3 changed files with 588 additions and 1000 deletions
|
|
@ -69,7 +69,6 @@ sub getAdminConsole {
|
|||
$ac->addSubmenuItem($url->page("shop=transaction;method=manage"), $i18n->get("transactions"));
|
||||
$ac->addSubmenuItem($url->page("shop=vendor;method=manage"), $i18n->get("vendors"));
|
||||
$ac->addSubmenuItem($url->page("shop=credit;method=manage"), $i18n->get("in shop credit"));
|
||||
$ac->addSubmenuItem($url->page("shop=products;method=manage"), $i18n->get("products"));
|
||||
return $ac;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue