mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
fix: missing QR Code in auto email attachment (#26598)
This commit is contained in:
@@ -969,7 +969,7 @@ class GSPConnector():
|
|||||||
"attached_to_doctype": doctype,
|
"attached_to_doctype": doctype,
|
||||||
"attached_to_name": docname,
|
"attached_to_name": docname,
|
||||||
"attached_to_field": "qrcode_image",
|
"attached_to_field": "qrcode_image",
|
||||||
"is_private": 1,
|
"is_private": 0,
|
||||||
"content": qr_image.getvalue()})
|
"content": qr_image.getvalue()})
|
||||||
_file.save()
|
_file.save()
|
||||||
frappe.db.commit()
|
frappe.db.commit()
|
||||||
|
|||||||
Reference in New Issue
Block a user