// little fix on backoffice order
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9792 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -449,6 +449,7 @@ class AdminOrdersControllerCore extends AdminController
|
||||
}
|
||||
elseif (Tools::isSubmit('submitAddOrder') == 1 && ($id_cart = Tools::getValue('id_cart')) && ($module_name = pSQL(Tools::getValue('payment_module_name'))) && ($id_order_state = Tools::getValue('id_order_state')))
|
||||
{
|
||||
|
||||
if ($this->tabAccess['edit'] === '1')
|
||||
{
|
||||
$payment_module = Module::getInstanceByName($module_name);
|
||||
|
||||
Reference in New Issue
Block a user