Subversion Repositories SmartDukaan

Rev

Rev 1298 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1298 Rev 1380
Line 1... Line -...
1
$action.getProductsForOrder()
-
 
2
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
-
 
10
3
11