Subversion Repositories SmartDukaan

Rev

Rev 30029 | Blame | Compare with Previous | Last modification | View Log | RSS feed


                          <td>$brandLimit.getBrandName()</td>
                           <td>$customRetailers.getValue().getBusinessName()($customRetailers.getValue().getAddress().getCity())</td>
                         
                            #if($retailerBrandsLimitMap.get($customRetailers.getKey()))
                                                <td>$retailerBrandsLimitMap.get($customRetailers.getKey()).getBrandLimit($brandLimit.getBrandLimit())</td>
                            #else
                            <td>$brandLimit.getBrandLimit()</td>
                            #end
                             <td><input type="text" class="form-control" name="limitInput"   placeholder="Limit" required></td>
                           
                             #if($retailerBrandsLimitMap.get($customRetailers.getKey()))
                                                 <td class="open">$retailerBrandsLimitMap.get($customRetailers.getKey()).getMinStockLimit($brandLimit.getStockLimit())</td>
                            #else
                            <td class="ok">$brandLimit.getStockLimit()</td>
                            #end
                            
                      <td><input type="text" class="form-control" name="stockLimitInput"   placeholder="Min Stock Limit" required></td>
                      
                      <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>