Subversion Repositories SmartDukaan

Rev

Rev 30029 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30029 Rev 32736
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
	                 
5
	                    #if($retailerBrandsLimitMap.get($customRetailers.getKey()))
5
	                    #if($retailerBrandsLimitMap.get($customRetailers.getKey()))
6
	                    <td>$retailerBrandsLimitMap.get($customRetailers.getKey()).getBrandLimit()</td>
6
						<td>$retailerBrandsLimitMap.get($customRetailers.getKey()).getBrandLimit($brandLimit.getBrandLimit())</td>
7
	                    #else
7
	                    #else
8
	                    <td>$brandLimit.getBrandLimit()</td>
8
	                    <td>$brandLimit.getBrandLimit()</td>
9
	                    #end
9
	                    #end
10
	                     <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
	                   
11
	                   
12
	                     #if($retailerBrandsLimitMap.get($customRetailers.getKey()))
12
	                     #if($retailerBrandsLimitMap.get($customRetailers.getKey()))
13
	                    <td class="open">$retailerBrandsLimitMap.get($customRetailers.getKey()).getMinStockLimit()</td>
13
						 <td class="open">$retailerBrandsLimitMap.get($customRetailers.getKey()).getMinStockLimit($brandLimit.getStockLimit())</td>
14
	                    #else
14
	                    #else
15
	                    <td class="ok">$brandLimit.getStockLimit()</td>
15
	                    <td class="ok">$brandLimit.getStockLimit()</td>
16
	                    #end
16
	                    #end
17
	                    
17
	                    
18
                      <td><input type="text" class="form-control" name="stockLimitInput"   placeholder="Min Stock Limit" required></td>
18
                      <td><input type="text" class="form-control" name="stockLimitInput"   placeholder="Min Stock Limit" required></td>