fixed export, purge, and some other stuff for ems.

This commit is contained in:
JT Smith 2008-07-29 02:10:55 +00:00
parent 84e417069e
commit eea6d818e9
3 changed files with 588 additions and 1000 deletions

View file

@ -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;
}