update request bill reload in quick service

This commit is contained in:
Aung Myo
2018-03-13 17:38:25 +06:30
parent bf1b7ecb56
commit 44389d485a
2 changed files with 7 additions and 4 deletions

View File

@@ -203,11 +203,12 @@ $(document).ready(function(){
url: ajax_url,
// data: 'order_id='+ order_id,
success: function (result) {
console.log(result)
if (!result.status) {
swal("Information!", result.error_message);
}
else {
location.reload();
window.location.href = '../pending_order/'+ result.data;
}
}
});