Subversion Repositories SmartDukaan

Rev

Rev 33795 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
31147 tejbeer 1
   <td>$coi.getId()</td>
2
   <td>$coi.getCatalogId()</td>
3
   <td>$catalogItemMap.get($coi.getCatalogId()).get(0).getItemDescriptionNoColor()</td>
4
   <td>$coi.getSchemePayout()</td>
5
   <td>$coi.getDealerPayout()</td>
6
   <td>$coi.getStartDate()</td>
7
   <td>$coi.getEndDate()</td>
8
   <td>    <div class="input-group">
9
    <input placeholder="Expired Date" id="expiredEndDate" name="expiredEndDate"
10
           type="text"
11
           value=""
12
           class="form-control">
13
    <span class="input-group-btn">
14
        <button class="btn btn-primary expired-date-button" data-requestid="$coi.getId()" id="expiredDate-button"
15
                type="button">Expired</button></span>
16
</div></td>
17
 
18