Added Estimate Modal and solved some merge conflicts.
This commit is contained in:
parent
942e9beeab
commit
88171caee6
6 changed files with 389 additions and 47 deletions
|
|
@ -46,7 +46,8 @@ const createButtons = ref([
|
|||
{
|
||||
label: "Estimate",
|
||||
command: () => {
|
||||
frappe.new_doc("Estimate");
|
||||
//frappe.new_doc("Estimate");
|
||||
modalStore.openModal("createEstimate");
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue