Accounts disable Bonus and discount
This commit is contained in:
@@ -16,9 +16,9 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
<th>Account Type</th>
|
<th>Account Type</th>
|
||||||
<th>Can get Discount</th>
|
<!-- <th>Can get Discount</th> -->
|
||||||
<th>Can get Points</th>
|
<th>Can get Points</th>
|
||||||
<th>Can get Bonus</th>
|
<!-- <th>Can get Bonus</th> -->
|
||||||
<th>Can rebate</th>
|
<th>Can rebate</th>
|
||||||
|
|
||||||
<th style="">Action</th>
|
<th style="">Action</th>
|
||||||
@@ -30,9 +30,9 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td><%= account.title %></td>
|
<td><%= account.title %></td>
|
||||||
<td><%= account.account_type %></td>
|
<td><%= account.account_type %></td>
|
||||||
<td><%= account.discount %></td>
|
<!-- <td><%= account.discount %></td> -->
|
||||||
<td><%= account.point %></td>
|
<td><%= account.point %></td>
|
||||||
<td><%= account.bonus %></td>
|
<!-- <td><%= account.bonus %></td> -->
|
||||||
<td><%= account.rebate %></td>
|
<td><%= account.rebate %></td>
|
||||||
<td>
|
<td>
|
||||||
<%= link_to 'Edit', edit_settings_account_path(account) %> |
|
<%= link_to 'Edit', edit_settings_account_path(account) %> |
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
|
<!-- -->
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<ul class="breadcrumb">
|
<ul class="breadcrumb">
|
||||||
<li><a href="<%= %>">Home</a></li>
|
<li><a href="<%= %>">Home</a></li>
|
||||||
@@ -17,9 +17,9 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
<th>Account type</th>
|
<th>Account type</th>
|
||||||
<th>Can get Discount</th>
|
<!-- <th>Can get Discount</th> -->
|
||||||
<th>Can get Points</th>
|
<th>Can get Points</th>
|
||||||
<th>Can get Bonus</th>
|
<!-- <th>Can get Bonus</th> -->
|
||||||
<th>Can rebate</th>
|
<th>Can rebate</th>
|
||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -29,9 +29,9 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td><%= @settings_account.title %></td>
|
<td><%= @settings_account.title %></td>
|
||||||
<td><%= @settings_account.account_type %></td>
|
<td><%= @settings_account.account_type %></td>
|
||||||
<td><%= @settings_account.discount %></td>
|
<!-- <td><%= @settings_account.discount %></td> -->
|
||||||
<td><%= @settings_account.point %></td>
|
<td><%= @settings_account.point %></td>
|
||||||
<td><%= @settings_account.bonus %></td>
|
<!-- <td><%= @settings_account.bonus %></td> -->
|
||||||
<td><%= @settings_account.rebate %></td>
|
<td><%= @settings_account.rebate %></td>
|
||||||
|
|
||||||
<td><%= link_to 'Edit', edit_settings_account_path(@settings_account, @settings_account) %></td>
|
<td><%= link_to 'Edit', edit_settings_account_path(@settings_account, @settings_account) %></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user