Subversion Repositories SmartDukaan

Rev

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

Rev 28490 Rev 29171
Line 45... Line 45...
45
								<td>
45
								<td>
46
									#if($offer.getTargetType().toString()=="VALUE")  Rs. <span class="currency">$payoutSlab.getOnwardsAmount()</span> #else $payoutSlab.getOnwardsAmount() pcs #end
46
									#if($offer.getTargetType().toString()=="VALUE")  Rs. <span class="currency">$payoutSlab.getOnwardsAmount()</span> #else $payoutSlab.getOnwardsAmount() pcs #end
47
									
47
									
48
								</td>
48
								</td>
49
								<td>
49
								<td>
50
									#if($itemCriteriaPayout.getAmountType().toString()=="FIXED")
50
									#if($itemCriteriaPayout.getAmountType().toString().equals("FIXED"))
51
										Rs.<span class="currency">$payoutSlab.getPayoutAmount()</span> per pc
51
										Rs.<span class="currency">$payoutSlab.getPayoutAmount()</span> per pc
52
									#else
52
									#else
53
										$payoutSlab.getPayoutAmount()%
53
										$payoutSlab.getPayoutAmount()%
54
									#end
54
									#end
55
								</td>
55
								</td>