diff --git a/app/views/foodcourt/addorders/detail.html.erb b/app/views/foodcourt/addorders/detail.html.erb index 481b7929..d640e94c 100644 --- a/app/views/foodcourt/addorders/detail.html.erb +++ b/app/views/foodcourt/addorders/detail.html.erb @@ -491,7 +491,7 @@ $(document).ready(function () { var menu_id = $(this).attr("data-id"); var name = $(this).attr("data-name"); var menus = JSON.parse(localStorage.getItem("menus")); - + $('.menu_cache_list').toggle(300); if (menus != null) { menu_click_cache_append(name,menus,menu_id); }else{ diff --git a/app/views/foodcourt/orders/app_orders.html.erb b/app/views/foodcourt/orders/app_orders.html.erb index 75d4c7c0..f84e1434 100644 --- a/app/views/foodcourt/orders/app_orders.html.erb +++ b/app/views/foodcourt/orders/app_orders.html.erb @@ -51,8 +51,8 @@ <%= link_to foodcourt_app_order_by_booking_path(booking_id:bk.booking_id), class: 'item-card' do %>
| <%= number_with_precision(@sale_data.total_tax, precision: precision.to_i ) rescue number_with_precision(0, precision: precision.to_i )%> |