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

This commit is contained in:
phyusin
2018-03-05 14:49:19 +06:30

View File

@@ -761,7 +761,7 @@ $(function() {
type = window.location.href.indexOf("quick_service");
if (type != 'true') {
if (type != -1) {
type = 'quick_service'
var table_type = $('#table_type').text();
var table_id = $('#table_id').val();