check and change inventory click in js

This commit is contained in:
Aung Kyaw Phyoe
2019-02-06 15:15:21 +06:30
parent 5893fd3285
commit 0671f0c199
2 changed files with 4 additions and 4 deletions

View File

@@ -193,7 +193,7 @@
function show_menu_item_list(url_item,menu_id){
var menu_list = $('.menu_items_list');
menu_list.empty();
console.log(url_item);
//Start Ajax
$.ajax({
type: "GET",