update addorder js

This commit is contained in:
Aung Myo
2018-04-27 11:25:20 +06:30
parent e216cf86c2
commit ec8645d0fc

View File

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