We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adcc1c commit dd41f2cCopy full SHA for dd41f2c
1 file changed
erpnext/setup/install.py
@@ -322,6 +322,7 @@ def set_default_print_formats():
322
"doctype_or_field": "DocType",
323
"property": "default_print_format",
324
"value": print_format,
325
+ "property_type": "Link",
326
},
327
validate_fields_for_doctype=False,
328
)
0 commit comments