<%= t :close_cashier %>
| <%= t :shift_started_at %> |
<%= @shift.shift_started_at.utc.getlocal.strftime("%d/%m/%Y - %I:%M %p") rescue '-' %> |
| <%= t :cashier_name %> |
<%= @shift.employee.name rescue ''%> |
<% if @bank_integration == '1' && @cashier_type!="ordering" %>
<% end %>