From 21538f38f848154343adfdcd1fd5f012be52e227 Mon Sep 17 00:00:00 2001 From: phyusin Date: Tue, 6 Feb 2018 18:06:40 +0630 Subject: [PATCH] order query changed --- app/views/origami/orders/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/origami/orders/show.html.erb b/app/views/origami/orders/show.html.erb index f18365ac..c1a581dc 100755 --- a/app/views/origami/orders/show.html.erb +++ b/app/views/origami/orders/show.html.erb @@ -107,7 +107,7 @@ order_status = order.status end %> - <%= order.order_id %> | <%= order_status %> + <%= order.order_id %> <% if !order_status.empty? %>| <%= order_status %> <% end %> <% end %>