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

This commit is contained in:
phyusin
2018-05-09 15:07:29 +06:30
3 changed files with 27 additions and 14 deletions

View File

@@ -281,6 +281,7 @@ var access_code = localStorage.getItem("access_code");
})*/
$('#action').on('click', function () {
var access_code = localStorage.getItem("access_code");
var sale_item_id = $(this).attr('data-id');
var type = $(this).attr('data-type');
var remark = $("#remark").val();