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

This commit is contained in:
aFolletete
2011-10-21 13:53:54 +00:00
parent d060f0a4e4
commit 3f76a8f1c4
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
*