Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant

This commit is contained in:
Aung Myo
2017-06-12 15:03:02 +06:30
2 changed files with 11 additions and 4 deletions

View File

@@ -233,7 +233,7 @@ $( document ).ready(function() {
data: "cash="+ cash + "&sale_id=" + sale_id,
success:function(result){
alert("Thank you")
// window.location.href = '/origami';
window.location.href = '/origami';
}
});
}