Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant into adminbsb_ui_changes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user