Skip to content

Commit

Permalink
fix: show title field in links
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Sep 30, 2024
1 parent dc9fdb0 commit e39d56f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion erpnext/edi/doctype/code_list/code_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"link_fieldname": "code_list"
}
],
"modified": "2024-09-29 22:46:37.878075",
"modified": "2024-09-30 17:17:27.818263",
"modified_by": "Administrator",
"module": "EDI",
"name": "Code List",
Expand All @@ -81,6 +81,7 @@
"write": 1
}
],
"show_title_field_in_link": 1,
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
Expand Down
3 changes: 2 additions & 1 deletion erpnext/edi/doctype/common_code/common_code.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
],
"links": [],
"modified": "2024-09-29 21:13:43.054943",
"modified": "2024-09-30 17:18:44.818486",
"modified_by": "Administrator",
"module": "EDI",
"name": "Common Code",
Expand All @@ -78,6 +78,7 @@
"write": 1
}
],
"show_title_field_in_link": 1,
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
Expand Down

0 comments on commit e39d56f

Please sign in to comment.