add s in Points

This commit is contained in:
yamin
2017-08-09 12:28:46 +06:30
parent 38a0f78731
commit da690e00b8
2 changed files with 5 additions and 5 deletions

View File

@@ -7,10 +7,10 @@
<%= f.input :gateway_communication_type %> <%= f.input :gateway_communication_type %>
<%= f.input :gateway_url %> <%= f.input :gateway_url %>
<%= f.input :auth_token %> <%= f.input :auth_token %>
<%= f.input :discount %> <label><%= f.check_box :discount %>Discount</label><br/>
<%= f.input :rebate %> <label><%= f.check_box :rebate %>Rebate</label><br/>
<%= f.input :bonus %> <label><%= f.check_box :bonus %>Bonus</label><br/>
<%= f.input :point %> <label><%= f.check_box :point %>Points</label>
</div> </div>
<div class="form-actions"> <div class="form-actions">

View File

@@ -21,7 +21,7 @@
<th>Discount</th> <th>Discount</th>
<th>Rebate</th> <th>Rebate</th>
<th>Bonus</th> <th>Bonus</th>
<th>Point</th> <th>Points</th>
<th colspan="3"></th> <th colspan="3"></th>
</tr> </tr>
</thead> </thead>