Subversion Repositories SmartDukaan

Rev

Rev 28272 | Go to most recent revision | Details | Compare with Previous | 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>
30029 manish 4
 
5
	                    #if($retailerBrandsLimitMap.get($customRetailers.getKey()))
28272 tejbeer 6
	                    <td>$retailerBrandsLimitMap.get($customRetailers.getKey()).getBrandLimit()</td>
7
	                    #else
8
	                    <td>$brandLimit.getBrandLimit()</td>
9
	                    #end
30029 manish 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
 
28272 tejbeer 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>
21