Skip to content

Commit

Permalink
feat: add business letters to template's connections
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Mar 12, 2024
1 parent b11e4a7 commit 851842b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ frappe.ui.form.on("Business Letter", {
if (r.message) {
frm.set_value("subject", r.message.subject);
frm.set_value("content", r.message.content);
frm.set_value("template", null);
}
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@
"fieldtype": "HTML"
}
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-02-05 16:51:17.915515",
"links": [
{
"link_doctype": "Business Letter",
"link_fieldname": "template"
}
],
"modified": "2024-03-12 15:04:47.387792",
"modified_by": "Administrator",
"module": "ERPNext Germany",
"name": "Business Letter Template",
Expand Down

0 comments on commit 851842b

Please sign in to comment.