Subversion Repositories SmartDukaan

Rev

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

Rev 31936 Rev 31938
Line 32... Line 32...
32
											#if($inventoryItemAgingValue.getPrice() != 0)
32
											#if($inventoryItemAgingValue.getPrice() != 0)
33
												#set($price = $inventoryItemAgingValue.getPrice())
33
												#set($price = $inventoryItemAgingValue.getPrice())
34
											#end
34
											#end
35
											<td>$price</td> 
35
											<td>$price</td> 
36
											<td>$inventoryItemAgingValue.getQuantity()</td>
36
											<td>$inventoryItemAgingValue.getQuantity()</td>
37
										#else
37
										
38
											<td style="text-align:center;">-</td>
-
 
39
											<td style="text-align:center;">-</td>
-
 
40
										#end
38
										#end
41
									#end
39
									#end
42
								</tr>
40
								</tr>
43
							#end
41
							#end
44
						#else
42
						#else