Subversion Repositories SmartDukaan

Rev

Rev 30029 | Go to most recent revision | 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()</td>
                            #else
                            <td>$brandLimit.getBrandLimit()</td>
                            #end
                      <td><input type="text" class="form-control" name="limitInput"   placeholder="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>