From 7ef461beee3ed0bbe677469929f8fa0f930b40b2 Mon Sep 17 00:00:00 2001 From: phyusin Date: Mon, 4 Jun 2018 17:18:03 +0630 Subject: [PATCH] check quick service --- app/views/origami/payments/show.html.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/origami/payments/show.html.erb b/app/views/origami/payments/show.html.erb index 9262e05c..ae9458b6 100755 --- a/app/views/origami/payments/show.html.erb +++ b/app/views/origami/payments/show.html.erb @@ -35,7 +35,11 @@
Customer : - + <% if @cashier_type == 'quick_service' %> + + <% else %> + <%= @sale_data.customer.name%> + <% end %>
Checkin Time : <%if !@checkin_time.nil?%><%= @checkin_time.utc.getlocal.strftime("%I:%M %p") %>