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

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