update receipt ranke file

This commit is contained in:
Aung Myo
2018-03-08 15:30:18 +06:30
parent 981aef32ba
commit 3fcdbfb8df
10 changed files with 391 additions and 2 deletions

View File

@@ -760,8 +760,8 @@ $(function() {
$("#oqs_loading_wrapper").show();
type = window.location.href.indexOf("quick_service");
if (type != 'true') {
console.log(type)
if (type != -1) {
type = 'quick_service'
var table_type = $('#table_type').text();
var table_id = $('#table_id').val();