// 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:
bMancone
2011-11-29 17:32:26 +00:00
parent c5dab89eb5
commit 66a0d5e50f
@@ -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;