table status update

This commit is contained in:
Nweni
2017-06-12 14:35:59 +06:30
parent 105581a7de
commit 59520bf7ec
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';
}
});
}