prepare for payment bill

This commit is contained in:
Yan
2017-06-14 18:15:01 +06:30
parent ac7d99362d
commit dd9863025f
4 changed files with 29 additions and 25 deletions

View File

@@ -19,10 +19,10 @@
//= require bootstrap-datepicker
$(document).ready(function(){
// auto refresh every 10 seconds
// auto refresh every 60 seconds
setTimeout(function(){
window.location.reload(1);
}, 10000);
}, 60000);
// For selected order return
var order_status = "";