fix: missing QR Code in auto email attachment (#26598)
This commit is contained in:
parent
31fe5f5b92
commit
58118d7830
@ -969,7 +969,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…
Reference in New Issue
Block a user