Added Job Modal.
This commit is contained in:
parent
721b50d058
commit
20b3c1166f
5 changed files with 369 additions and 22 deletions
|
|
@ -40,7 +40,9 @@ const createButtons = ref([
|
|||
{
|
||||
label: "Job",
|
||||
command: () => {
|
||||
frappe.new_doc("Job");
|
||||
//frappe.new_doc("Job");
|
||||
console.log("New Job");
|
||||
modalStore.openModal("createJob");
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue