fix: missing QR Code in auto email attachment (#26599)
This commit is contained in:
parent
b5c7fce689
commit
a75c7c48d8
@ -966,7 +966,7 @@ class GSPConnector():
|
||||
"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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user