From a8a8c2b984f5de4a5164217d74e42a5dbcaaa2f8 Mon Sep 17 00:00:00 2001 From: Nweni Date: Mon, 12 Jun 2017 20:15:26 +0630 Subject: [PATCH] update --- app/views/origami/home/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/origami/home/index.html.erb b/app/views/origami/home/index.html.erb index 0332fa12..5ee5ae3e 100644 --- a/app/views/origami/home/index.html.erb +++ b/app/views/origami/home/index.html.erb @@ -60,7 +60,7 @@ -

<%= cpo.table_name %>

+

<%= cpo.table_name %>

Receipt No : @@ -96,7 +96,7 @@ unique_id=bko.booking_id customer_id=bko.order_customer_id # check selected item and assign - if @selected_item != nil + if !@selected_item.nil? if bko.order_id == @selected_item.order_id sale_status = sale_status + " selected-item" end