mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +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):
|
def attach_signed_invoice(doctype, name, data):
|
||||||
f = frappe.get_doc({
|
f = frappe.get_doc({
|
||||||
"doctype": "File",
|
"doctype": "File",
|
||||||
"file_name": "E-INV--{}.json".format{name),
|
"file_name": "E-INV--{}.json".format(name),
|
||||||
"attached_to_doctype": doctype,
|
"attached_to_doctype": doctype,
|
||||||
"attached_to_name": name,
|
"attached_to_name": name,
|
||||||
"content": json.dumps(data),
|
"content": json.dumps(data),
|
||||||
|
|||||||
Reference in New Issue
Block a user