remove name from cashier/customer title

This commit is contained in:
Thein Lin Kyaw
2020-07-30 13:06:04 +06:30
parent 7d9c2379ae
commit 05ffd6cbb5
29 changed files with 67 additions and 603 deletions

View File

@@ -37,7 +37,7 @@
<% if @shift_data.employee %>
<% cashier_name = !@shift_data.nil? ? @shift_data.employee.name : '-' %>
<% end %>
<th colspan="9"><%= t("views.right_panel.detail.shift_name") %> = <%= @shift_from %> - <%= @shift_to %> ( <%= cashier_name %> )</th>
<th colspan="9"><%= t("views.right_panel.detail.shift_name") %> = <%= @shift_from %> - <%= @shift_to %> ( <%= cashier_name %> )</th>
</tr>
<% end %>