Skip to content

Commit

Permalink
feat(Business Letter): add company field (backport #39) (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: 0xD0M1M0 <[email protected]>
  • Loading branch information
mergify[bot] and 0xD0M1M0 authored Jul 24, 2024
1 parent 2d8894b commit 7d9d987
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"contact",
"email_id",
"date",
"company",
"section_break_bsox",
"template",
"subject",
Expand Down Expand Up @@ -182,12 +183,20 @@
"fieldname": "date",
"fieldtype": "Date",
"label": "Date"
},
{
"fieldname": "company",
"fieldtype": "Link",
"label": "Company",
"options": "Company",
"print_hide": 1,
"remember_last_selected_value": 1
}
],
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2024-03-19 10:33:10.545412",
"modified": "2024-07-24 16:00:48.347166",
"modified_by": "Administrator",
"module": "ERPNext Germany",
"name": "Business Letter",
Expand Down Expand Up @@ -242,4 +251,4 @@
"sort_order": "DESC",
"states": [],
"title_field": "subject_preview"
}
}

0 comments on commit 7d9d987

Please sign in to comment.