fix: added statuses in form script boilerplate
This commit is contained in:
parent
454973c0e7
commit
7962d3a895
@ -48,6 +48,7 @@ frappe.ui.form.on("CRM Form Script", {
|
|||||||
function setupForm({ doc }) {
|
function setupForm({ doc }) {
|
||||||
return {
|
return {
|
||||||
actions: [],
|
actions: [],
|
||||||
|
statuses: [],
|
||||||
}
|
}
|
||||||
}`.trim();
|
}`.trim();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user