From dde691fa5bc19ee4645a27f378db773396cc5546 Mon Sep 17 00:00:00 2001 From: San Wai Lwin Date: Tue, 12 Jun 2018 14:04:18 +0630 Subject: [PATCH] Chnage Void buttom color --- app/views/origami/home/show.html.erb | 2 +- app/views/origami/rooms/show.html.erb | 2 +- app/views/origami/sales/show.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/origami/home/show.html.erb b/app/views/origami/home/show.html.erb index 93f7d236..407223b5 100755 --- a/app/views/origami/home/show.html.erb +++ b/app/views/origami/home/show.html.erb @@ -494,7 +494,7 @@ <% if @sale.sale_status != 'void' && @sale.sale_status != 'waste' && @sale.sale_status != 'spoile' %> <% if current_login_employee.role == "cashier" %> - Void + Void <% else %> <% end %>