Subversion Repositories SmartDukaan

Rev

Rev 33795 | Details | Compare with Previous | 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>
33795 ranu 6
   <td>$coi.getOfferType()</td>
31147 tejbeer 7
   <td>$coi.getStartDate()</td>
8
   <td>$coi.getEndDate()</td>
9
   <td>    <div class="input-group">
10
    <input placeholder="Expired Date" id="expiredEndDate" name="expiredEndDate"
11
           type="text"
12
           value=""
13
           class="form-control">
14
    <span class="input-group-btn">
15
        <button class="btn btn-primary expired-date-button" data-requestid="$coi.getId()" id="expiredDate-button"
16
                type="button">Expired</button></span>
17
</div></td>
34516 ranu 18
   <td>$coi.getAdditionalInfo()</td>
31147 tejbeer 19
 
20