update addorder js

This commit is contained in:
Aung Myo
2018-03-05 14:46:50 +06:30
parent 4b26c7617c
commit 9f59962b8f

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();