Rev 1298 | Details | Compare with Previous | Last modification | View Log | RSS feed
#if($action.getId() == "to_return")
$action.getIdsOfReturnableOrders()
#elseif($action.getId() == "to_cancel")
$action.getIdsOfCancellableOrders()
#elseif($action.getId() == "all_orders")
$action.getIdsOfAllOrders()
#else
$action.getProductsForOrder()
#end