Subversion Repositories SmartDukaan

Rev

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

Rev 30012 Rev 30142
Line 95... Line 95...
95
 
95
 
96
			</thead>
96
			</thead>
97
			<tbody>
97
			<tbody>
98
				#foreach($pc in $priceCircular )
98
				#foreach($pc in $priceCircular )
99
				<tr>
99
				<tr>
100
					<td>$pc.getModelName() $pc.getModelNumber() ($pc.getColor())</td>
100
					<td>$pc.getModelName() $pc.getModelNumber()</td>
101
					<td>$pc.getType()</td>
101
					<td>$pc.getType()</td>
102
					<td class="currency">$pc.getMrp()</td>
102
					<td class="currency">$pc.getMrp()</td>
103
					<td class="currency">$pc.getMop()</td>
103
					<td class="currency">$pc.getMop()</td>
104
					<td class="currency dp" data-value="$pc.getSellingPrice()">$pc.getSellingPrice()</td>
104
					<td class="currency dp" data-value="$pc.getSellingPrice()">$pc.getSellingPrice()</td>
105
					<td class="currency">$pc.getBasePayout()</td>
105
					<td class="currency">$pc.getBasePayout()</td>