Subversion Repositories SmartDukaan

Rev

Rev 1298 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1380 varun.gupt 1
#if($action.getId() == "to_return")
2
	$action.getIdsOfReturnableOrders()
3
#elseif($action.getId() == "to_cancel")
4
	$action.getIdsOfCancellableOrders()
5
#elseif($action.getId() == "all_orders")
6
	$action.getIdsOfAllOrders()
7
#else
8
	$action.getProductsForOrder()
9
#end