fix layout
This commit is contained in:
@@ -305,7 +305,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
.then(result => {
|
||||
booking_id = result.booking_id;
|
||||
console.log(result);
|
||||
window.location.href = `/foodcourt/${result.sale_id}/qrpay/dynamic_init`;
|
||||
window.location.href = `/foodcourt/${result.sale_id}/qrpay/init`;
|
||||
|
||||
if (document.getElementById("server_mode").value !== "cloud" && second_display_lookup === 2) {
|
||||
// customer_display_view(null, "reload");
|
||||
|
||||
Reference in New Issue
Block a user