update commission
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<tr>
|
||||
<th><%= t("views.right_panel.detail.name") %></th>
|
||||
<th><%= t("views.right_panel.detail.employee") %> <%= t("views.right_panel.detail.name") %></th>
|
||||
<th><%= t("views.right_panel.detail.commission_type") %></th>
|
||||
<th><%= t("views.right_panel.detail.commission") %></th>
|
||||
<th><%= t("views.right_panel.detail.joined_date") %></th>
|
||||
<th><%= t("views.right_panel.detail.resigned_date") %></th>
|
||||
<th><%= t("views.right_panel.detail.active") %></th>
|
||||
@@ -33,7 +33,7 @@
|
||||
<td>
|
||||
<%= commissioner.employee.name rescue '-' %>
|
||||
</td>
|
||||
<td><%= commissioner.commission.menu_item.name rescue '-' %></td>
|
||||
<td><%= commissioner.commission.name rescue '-' %></td>
|
||||
<td><%= commissioner.joined_date.utc.getlocal.strftime('%Y-%b-%d') rescue '-' %></td>
|
||||
<td><%= commissioner.resigned_date.utc.getlocal.strftime('%Y-%b-%d') rescue '-' %></td>
|
||||
<td><%= commissioner.is_active %></td>
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
<td><%= @commissioner.employee.name rescue '-' %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:20%"><%= t("views.right_panel.detail.commission_type") %></td>
|
||||
<td><%= @commissioner.commission.menu_item.name rescue '-' %></td>
|
||||
<td style="width:20%"><%= t("views.right_panel.detail.commission") %></td>
|
||||
<td><%= @commissioner.commission.name rescue '-' %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:20%"><%= t("views.right_panel.detail.joined_date") %></td>
|
||||
|
||||
Reference in New Issue
Block a user