| Line 208... |
Line 208... |
| 208 |
<td class="currency">$priceDrop.getAmount()</td>
|
208 |
<td class="currency">$priceDrop.getAmount()</td>
|
| 209 |
<td class="currency">$priceDrop.getNewDp()</td>
|
209 |
<td class="currency">$priceDrop.getNewDp()</td>
|
| 210 |
<td>$priceDrop.getAffectedOn().format($dateFormatter)</td>
|
210 |
<td>$priceDrop.getAffectedOn().format($dateFormatter)</td>
|
| 211 |
<td>$priceDrop.getCreatedOn().format($dateFormatter)</td>
|
211 |
<td>$priceDrop.getCreatedOn().format($dateFormatter)</td>
|
| 212 |
<td>
|
212 |
<td>
|
| 213 |
<input type="number" name="priceDropIn" placeholder = "Price Drop In" class="form-control price-drop-in input-sm"/>
|
- |
|
| 214 |
</td>
|
- |
|
| 215 |
<td>
|
- |
|
| 216 |
#if($priceDrop.getPartnerPayout() > 0)
|
- |
|
| 217 |
<input type="number" readonly name="partnerPayout" value="$priceDrop.getPartnerPayout()" class="form-control partner-payout input-sm"/>
|
- |
|
| 218 |
#else
|
- |
|
| 219 |
<input type="number" name="partnerPayout" value="$priceDrop.getAutoPartnerPayout()" class="form-control partner-payout input-sm"/>
|
213 |
<input type="number" name="partnerPayout" readonly value="$priceDrop.getAutoPartnerPayout()" class="form-control partner-payout input-sm"/>
|
| 220 |
<input class="btn btn-info btn-sm mk_add_payout" type="submit" value="Add Payout"/>
|
- |
|
| 221 |
#end
|
- |
|
| 222 |
</td>
|
214 |
</td>
|
| 223 |
<td>
|
215 |
<td>
|
| 224 |
#if($priceDrop.getProcessTimestamp())
|
216 |
#if($priceDrop.getProcessTimestamp())
|
| 225 |
$priceDrop.getProcessTimestamp().format($dateTimeFormatter)
|
217 |
$priceDrop.getProcessTimestamp().format($dateTimeFormatter)
|
| 226 |
#end
|
218 |
#end
|