Subversion Repositories SmartDukaan

Rev

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

Rev 24746 Rev 24992
Line 198... Line 198...
198
			        </thead>
198
			        </thead>
199
					<tbody>
199
					<tbody>
200
						#foreach($priceDrop in $priceDrops )
200
						#foreach($priceDrop in $priceDrops )
201
						<tr data-pricedropid="$priceDrop.getId()">
201
						<tr data-pricedropid="$priceDrop.getId()">
202
							<td>$catalogDescription.get($priceDrop.getCatalogItemId())</td>
202
							<td>$catalogDescription.get($priceDrop.getCatalogItemId())</td>
203
							<td>$priceDrop.getTp()</td>
203
							<td class="currency">$priceDrop.getTp()</td>
204
							<td>$priceDrop.getOldDp()</td>
204
							<td class="currency">$priceDrop.getOldDp()</td>
205
							<td>$priceDrop.getMop()</td>
205
							<td class="currency">$priceDrop.getMop()</td>
206
							<td>$priceDrop.getAmount()</td>
206
							<td class="currency">$priceDrop.getAmount()</td>
207
							<td>$priceDrop.getNewDp()</td>
207
							<td class="currency">$priceDrop.getNewDp()</td>
208
							<td>$priceDrop.getAffectedOn().format($dateFormatter)</td>
208
							<td>$priceDrop.getAffectedOn().format($dateFormatter)</td>
209
							<td>$priceDrop.getCreatedOn().format($dateFormatter)</td>
209
							<td>$priceDrop.getCreatedOn().format($dateFormatter)</td>
210
							#if($priceDrop.getPartnerPayout()>0)
210
							#if($priceDrop.getPartnerPayout()>0)
211
							<td>$priceDrop.getPriceDropIn()</td>
211
							<td>$priceDrop.getPriceDropIn()</td>
212
							<td>$priceDrop.getPartnerPayout()</td>
212
							<td>$priceDrop.getPartnerPayout()</td>