From 1b1ffa11467615506c9658f11b1b5a0e56c44ee9 Mon Sep 17 00:00:00 2001 From: phyusin Date: Fri, 9 Feb 2018 15:07:01 +0630 Subject: [PATCH] check receipt --- app/views/origami/split_bill/index.html.erb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/origami/split_bill/index.html.erb b/app/views/origami/split_bill/index.html.erb index 1c396b21..4e9dda80 100755 --- a/app/views/origami/split_bill/index.html.erb +++ b/app/views/origami/split_bill/index.html.erb @@ -128,9 +128,11 @@ <% @sale_data.each do |sale_data| %> - > - - + <% if sale_data.sale_status != 'completed' %> + > + + + <% end %> <% end %>
Receipt No. - <%= sale_data.receipt_no %>
Receipt No. - <%= sale_data.receipt_no %>