Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant into adminbsb_ui_changes

This commit is contained in:
phyusin
2018-04-30 09:46:04 +06:30
4 changed files with 0 additions and 3 deletions

View File

@@ -104,7 +104,6 @@ $(function() {
var sub_id = $(this).attr("data-sub-id");
if (sub_id == "true") {
console.log("hhhhhhhhhhhhhhhhh")
var sub_url = "get_menu_sub_category/"+menu_id;
sub_category = $(this).find('.sub_category_list');
show_sub_category_list(sub_url,sub_category);

View File

@@ -23,8 +23,6 @@ class Origami::AddordersController < BaseOrigamiController
day = Date.today.wday
@menus = Menu.all
@menu = MenuCategory.active.where("menu_id =#{@menus[0].id}").order('order_by asc')
puts "ssssssssssssssssssssssss"
puts @menu.to_json
@table_id = params[:id]
@table = DiningFacility.find(@table_id)
@booking = @table.get_booking