// AdminSupplyOrdersController: fixed actions displayed when updating quantity received.

This commit is contained in:
bMancone
2011-11-29 17:32:26 +00:00
parent de17a688d9
commit 39a483780b
@@ -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;