Subversion Repositories SmartDukaan

Rev

Rev 24279 | Rev 24333 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24279 Rev 24280
Line 211... Line 211...
211
					<th>Unit Price</th>
211
					<th>Unit Price</th>
212
					<th>Quantity</th>
212
					<th>Quantity</th>
213
					<th>Total Price</th>
213
					<th>Total Price</th>
214
					<th>Actions</th>
214
					<th>Actions</th>
215
				</tr>
215
				</tr>
-
 
216
				<script type="text/javascript">
-
 
217
				 	fofoLineItemsMap = $fofoOrderItemIdLineItemsMap;
-
 
218
				 	foiIdCustomerReturnInventoryItemsMap = $foiIdCustomerReturnInventoryItemsMap;
-
 
219
				 	inventoryItemBilledQtyMap = $inventoryItemBilledQtyMap;
-
 
220
				 </script>
216
				 #foreach( $fofoOrderItem in $fofoOrderItems )
221
				 #foreach( $fofoOrderItem in $fofoOrderItems )
217
				 #set ($total = $fofoOrderItem.getSellingPrice() * $fofoOrderItem.getQuantity())
222
				 #set ($total = $fofoOrderItem.getSellingPrice() * $fofoOrderItem.getQuantity())
218
				 	<tr>
223
				 	<tr>
219
				 		<td>$fofoOrderItem.getItemId()</td>
224
				 		<td>$fofoOrderItem.getItemId()</td>
220
				 		<td>
225
				 		<td>