// AdminSupplyOrdersController: fixed actions displayed when updating quantity received.
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10759 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -656,6 +656,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
|
||||
// renders list
|
||||
$helper = new HelperList();
|
||||
$this->setHelperDisplay($helper);
|
||||
$helper->actions = array('details');
|
||||
$helper->override_folder = 'supply_orders_receipt_history/';
|
||||
|
||||
$helper->currentIndex = self::$currentIndex.$action;
|
||||
|
||||
Reference in New Issue
Block a user