mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
fix: invalid syntax
This commit is contained in:
@@ -120,7 +120,7 @@ def extract_token_and_sek(response, appkey):
|
||||
def attach_signed_invoice(doctype, name, data):
|
||||
f = frappe.get_doc({
|
||||
"doctype": "File",
|
||||
"file_name": "E-INV--{}.json".format{name),
|
||||
"file_name": "E-INV--{}.json".format(name),
|
||||
"attached_to_doctype": doctype,
|
||||
"attached_to_name": name,
|
||||
"content": json.dumps(data),
|
||||
|
||||
Reference in New Issue
Block a user