Merge pull request #25128 from ankush/lang_print_format
fix: Use current language in attachment prints
This commit is contained in:
commit
91d10ffb31
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ class CommunicationEmailMixin:
|
|||
"print_format_attachment": 1,
|
||||
"doctype": self.reference_doctype,
|
||||
"name": self.reference_name,
|
||||
"lang": frappe.local.lang,
|
||||
}
|
||||
final_attachments.append(d)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue