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_url %>
<%= f.input :auth_token %>
<%= f.input :discount %>
<%= f.input :rebate %>
<%= f.input :bonus %>
<%= f.input :point %>
<label><%= f.check_box :discount %>Discount</label><br/>
<label><%= f.check_box :rebate %>Rebate</label><br/>
<label><%= f.check_box :bonus %>Bonus</label><br/>
<label><%= f.check_box :point %>Points</label>
</div>
<div class="form-actions">

View File

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