step 43 : order mobile edit

This commit is contained in:
sindhu
2025-03-24 11:02:58 +07:00
parent e726e20698
commit 8a44aca6e1
3 changed files with 985 additions and 1 deletions

View File

@@ -667,7 +667,7 @@ document.addEventListener('alpine:init', () => {
editMobilePage(item) {
var json = JSON.stringify(item);
localStorage.setItem('itemEditMobile', json)
window.location.href = "assay_format_mobile_edit.html";
window.location.href = "order_mobile_edit.html";
},
// 2. Fungsi End
}))