update addorder js
This commit is contained in:
@@ -761,7 +761,7 @@ $(function() {
|
|||||||
|
|
||||||
type = window.location.href.indexOf("quick_service");
|
type = window.location.href.indexOf("quick_service");
|
||||||
|
|
||||||
if (type != 'true') {
|
if (type != -1) {
|
||||||
type = 'quick_service'
|
type = 'quick_service'
|
||||||
var table_type = $('#table_type').text();
|
var table_type = $('#table_type').text();
|
||||||
var table_id = $('#table_id').val();
|
var table_id = $('#table_id').val();
|
||||||
|
|||||||
Reference in New Issue
Block a user