commit | a75c7c48d8c0710b6c36bc8c720f722cefdc2cd8 | [log] [tgz] |
---|---|---|
author | Subin Tom <36098155+nemesis189@users.noreply.github.com> | Mon Aug 02 11:34:28 2021 +0530 |
committer | GitHub <noreply@github.com> | Mon Aug 02 11:34:28 2021 +0530 |
tree | ebaed2d48f982cbeb30a73af240ed04c21ccf154 | |
parent | b5c7fce68922a846be2b644980b9dfad8a596e92 [diff] |
fix: missing QR Code in auto email attachment (#26599)
diff --git a/erpnext/regional/india/e_invoice/utils.py b/erpnext/regional/india/e_invoice/utils.py index ea600d9..cd85f6b 100644 --- a/erpnext/regional/india/e_invoice/utils.py +++ b/erpnext/regional/india/e_invoice/utils.py
@@ -966,7 +966,7 @@ "attached_to_doctype": doctype, "attached_to_name": docname, "attached_to_field": "qrcode_image", - "is_private": 1, + "is_private": 0, "content": qr_image.getvalue()}) _file.save() frappe.db.commit()