Skip to content

Commit dd41f2c

Browse files
khushi8112mergify[bot]
authored andcommitted
fix: add missing property_type
(cherry picked from commit fbf5529)
1 parent 4adcc1c commit dd41f2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

erpnext/setup/install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ def set_default_print_formats():
322322
"doctype_or_field": "DocType",
323323
"property": "default_print_format",
324324
"value": print_format,
325+
"property_type": "Link",
325326
},
326327
validate_fields_for_doctype=False,
327328
)

0 commit comments

Comments
 (0)