fixed menu load

This commit is contained in:
NyanLinHtut
2020-02-28 11:02:02 +06:30
parent 1c094d656a
commit 219612a3ee
4 changed files with 84 additions and 78 deletions

View File

@@ -118,7 +118,7 @@
data: "opening_balance=" + amount + "&cashier_terminal="+ cashier_terminal,
success:function(result){
if(result){
window.location.href = "<%= foodcourt_food_court_path%>";
window.location.href = "<%= foodcourt_food_court_path(:anchor => "") %>";
}
}
});