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:
hyaray 2023-12-03 14:32:20 +08:00 committed by GitHub
parent bc4248fde8
commit 04a1e46ca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,8 @@
"reqd": 1
},
{
"fetch_from": "ref_doctype.module",
"fetch_if_empty": 1,
"fieldname": "module",
"fieldtype": "Link",
"label": "Module",