Rev 30029 |
Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 28272 |
tejbeer |
1 |
|
|
|
2 |
<td>$brandLimit.getBrandName()</td>
|
|
|
3 |
<td>$customRetailers.getValue().getBusinessName()($customRetailers.getValue().getAddress().getCity())</td>
|
|
|
4 |
#if($retailerBrandsLimitMap.get($customRetailers.getKey()))
|
|
|
5 |
<td>$retailerBrandsLimitMap.get($customRetailers.getKey()).getBrandLimit()</td>
|
|
|
6 |
#else
|
|
|
7 |
<td>$brandLimit.getBrandLimit()</td>
|
|
|
8 |
#end
|
|
|
9 |
<td><input type="text" class="form-control" name="limitInput" placeholder="Limit" required></td>
|
|
|
10 |
<td><button type="button" class="btn btn-primary limit_update_submit" data-brand="$brandLimit.getBrandName()" data-limit="$brandLimit.getBrandLimit()" data-id="$customRetailers.getKey()">submit</button></td>
|
|
|
11 |
|