[*] BO : #PSFV-94 - new controller for AdminOrders

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9546 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aFolletete
2011-10-21 13:53:54 +00:00
parent c9490973b5
commit ed36aa6971
12 changed files with 1342 additions and 1057 deletions
+6
View File
@@ -818,6 +818,12 @@ class ToolsCore
return Tools::getAdminToken($tab.(int)Tab::getIdFromClassName($tab).(int)$context->employee->id);
}
public static function getAdminTokenLiteSmarty($params, &$smarty)
{
$context = Context::getContext();
return Tools::getAdminToken($params['tab'].(int)Tab::getIdFromClassName($params['tab']).(int)$context->employee->id);
}
/**
* Get the user's journey
*