| Line 1... |
Line 1... |
| 1 |
|
1 |
|
| 2 |
<td>$brandLimit.getBrandName()</td>
|
2 |
<td>$brandLimit.getBrandName()</td>
|
| 3 |
<td>$customRetailers.getValue().getBusinessName()($customRetailers.getValue().getAddress().getCity())</td>
|
3 |
<td>$customRetailers.getValue().getBusinessName()($customRetailers.getValue().getAddress().getCity())</td>
|
| - |
|
4 |
|
| 4 |
#if($retailerBrandsLimitMap.get($customRetailers.getKey()))
|
5 |
#if($retailerBrandsLimitMap.get($customRetailers.getKey()))
|
| 5 |
<td>$retailerBrandsLimitMap.get($customRetailers.getKey()).getBrandLimit()</td>
|
6 |
<td>$retailerBrandsLimitMap.get($customRetailers.getKey()).getBrandLimit()</td>
|
| 6 |
#else
|
7 |
#else
|
| 7 |
<td>$brandLimit.getBrandLimit()</td>
|
8 |
<td>$brandLimit.getBrandLimit()</td>
|
| 8 |
#end
|
9 |
#end
|
| 9 |
<td><input type="text" class="form-control" name="limitInput" placeholder="Limit" required></td>
|
10 |
<td><input type="text" class="form-control" name="limitInput" placeholder="Limit" required></td>
|
| - |
|
11 |
|
| - |
|
12 |
#if($retailerBrandsLimitMap.get($customRetailers.getKey()))
|
| - |
|
13 |
<td class="open">$retailerBrandsLimitMap.get($customRetailers.getKey()).getMinStockLimit()</td>
|
| - |
|
14 |
#else
|
| - |
|
15 |
<td class="ok">$brandLimit.getStockLimit()</td>
|
| - |
|
16 |
#end
|
| - |
|
17 |
|
| - |
|
18 |
<td><input type="text" class="form-control" name="stockLimitInput" placeholder="Min Stock Limit" required></td>
|
| - |
|
19 |
|
| 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>
|
20 |
<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 |
|
21 |
|
| 12 |
|
22 |
|