Added Warranty Modal.

This commit is contained in:
rocketdebris 2025-11-07 16:46:12 -05:00
parent 9033ae9d79
commit 84bdff4613
4 changed files with 341 additions and 2 deletions

View file

@ -41,7 +41,6 @@ const createButtons = ref([
label: "Job",
command: () => {
//frappe.new_doc("Job");
console.log("New Job");
modalStore.openModal("createJob");
},
},
@ -61,7 +60,7 @@ const createButtons = ref([
{
label: "Warranty Claim",
command: () => {
alert("Create Warranty Claim clicked");
modalStore.openModal("createWarranty");
},
},
]);