fix: auto fetch module on report
* Update report.json * fix: fetch only if empty [skip ci] --------- Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
parent
bc4248fde8
commit
04a1e46ca4
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@
|
|||
"reqd": 1
|
||||
},
|
||||
{
|
||||
"fetch_from": "ref_doctype.module",
|
||||
"fetch_if_empty": 1,
|
||||
"fieldname": "module",
|
||||
"fieldtype": "Link",
|
||||
"label": "Module",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue