create estimate
This commit is contained in:
parent
2ea20a86e3
commit
afa161a0cf
15 changed files with 1234 additions and 435 deletions
|
|
@ -54,7 +54,7 @@ const createButtons = ref([
|
|||
label: "Estimate",
|
||||
command: () => {
|
||||
//frappe.new_doc("Estimate");
|
||||
router.push("/createEstimate/new");
|
||||
router.push("/estimate?new=true");
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue