diff --git a/app/controllers/concerns/login_verification.rb b/app/controllers/concerns/login_verification.rb
index 88b31f6d..cb00ea1d 100755
--- a/app/controllers/concerns/login_verification.rb
+++ b/app/controllers/concerns/login_verification.rb
@@ -17,7 +17,7 @@ module LoginVerification
end
def current_login_employee
- @employee ||= current_user
+ @emp ||= current_user
end
def current_user
diff --git a/app/views/foodcourt/payments/show.html.erb b/app/views/foodcourt/payments/show.html.erb
index 691e7ec8..1353a05a 100755
--- a/app/views/foodcourt/payments/show.html.erb
+++ b/app/views/foodcourt/payments/show.html.erb
@@ -1514,7 +1514,7 @@ $(document).ready(function(){
window.location.href = '/foodcourt';
}else{
window.location.href = '/foodcourt/'+cashier_type;
- if(cashier_type=="quick_service"){
+ if(cashier_type=="quick_service" || cashier_type == 'food_court'){
customer_display_view(null,"reload");
}
}
diff --git a/app/views/origami/home/show.html.erb b/app/views/origami/home/show.html.erb
index 00631cae..dedfc728 100755
--- a/app/views/origami/home/show.html.erb
+++ b/app/views/origami/home/show.html.erb
@@ -379,7 +379,11 @@
No Tax
<% end %>
<%if !@webview && @changable_tax %>
-
+ <% if @current_user.role == 'cashier' %>
+
+ <% else %>
+
+ <% end %>
<% end %>