Added Warranty Modal.
This commit is contained in:
parent
9033ae9d79
commit
84bdff4613
4 changed files with 341 additions and 2 deletions
|
|
@ -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");
|
||||
},
|
||||
},
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue