Subversion Repositories SmartDukaan

Rev

Rev 30029 | 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()))
32736 ranu 6
						<td>$retailerBrandsLimitMap.get($customRetailers.getKey()).getBrandLimit($brandLimit.getBrandLimit())</td>
28272 tejbeer 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()))
32736 ranu 13
						 <td class="open">$retailerBrandsLimitMap.get($customRetailers.getKey()).getMinStockLimit($brandLimit.getStockLimit())</td>
30029 manish 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