commit | 58118d7830f16c72a95188a2ab29caea4ea21e2b | [log] [tgz] |
---|---|---|
author | Subin Tom <36098155+nemesis189@users.noreply.github.com> | Mon Aug 02 11:34:43 2021 +0530 |
committer | GitHub <noreply@github.com> | Mon Aug 02 11:34:43 2021 +0530 |
tree | 2201e18bb11a57fed22ff1f54b7fa2d4b91dc736 | |
parent | 31fe5f5b92d071d4b963a40bf46a58dff23e79d2 [diff] |
fix: missing QR Code in auto email attachment (#26598)
diff --git a/erpnext/regional/india/e_invoice/utils.py b/erpnext/regional/india/e_invoice/utils.py index 81c7a6b..f8a230d 100644 --- a/erpnext/regional/india/e_invoice/utils.py +++ b/erpnext/regional/india/e_invoice/utils.py
@@ -969,7 +969,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()