Subversion Repositories SmartDukaan

Rev

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

Rev 29647 Rev 30122
Line 70... Line 70...
70
			</thead>
70
			</thead>
71
			<tbody>
71
			<tbody>
72
				#foreach($pc in $priceCircular )
72
				#foreach($pc in $priceCircular )
73
				<tr>
73
				<tr>
74
 
74
 
75
					<td>$pc.getItemId()</td>
-
 
76
					<td>$pc.getBrand() $pc.getModelName() $pc.getModelNumber()
75
					<td>$pc.getBrand() $pc.getModelName() $pc.getModelNumber()</td>
77
						($pc.getColor())</td>
-
 
78
					<td>$pc.getType()</td>
76
					<td>$pc.getType()</td>
79
					<td class="currency">$pc.getMrp()</td>
77
					<td class="currency">$pc.getMrp()</td>
80
					<td class="currency">$pc.getMop()</td>
78
					<td class="currency">$pc.getMop()</td>
81
					<td class="currency">$pc.getSellingPrice()</td>
79
					<td class="currency">$pc.getSellingPrice()</td>
82
					<td class="currency">$pc.getBasePayout()</td>
80
					<td class="currency">$pc.getBasePayout()</td>