fix: add qr flow in add order

This commit is contained in:
Pyae Bhone Zaw
2025-06-30 11:40:11 +06:30
committed by DevTeam
parent e322cf6c7e
commit aaf6d6a4e5
2 changed files with 43 additions and 34 deletions

View File

@@ -743,7 +743,7 @@ $(document).on('click', '#clear_all', function(event){
});
function customer_display_view(data,status) {
url = '../../../../foodcourt/customer_view';
url = '../../../../origami/customer_view';
$.ajax({
type: "POST",
url: url,