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 %>
<%= @sale_data.customer.membership_id%>
<%= @member_discount%>
Checkin Time : <%if !@checkin_time.nil?%><%= @checkin_time.utc.getlocal.strftime("%I:%M %p") %>