mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
Replaced doc, doc.fields frappe/frappe#478
This commit is contained in:
@@ -178,4 +178,4 @@ def create_party_account(party, party_type, company):
|
||||
"report_type": "Balance Sheet"
|
||||
}).insert(ignore_permissions=True)
|
||||
|
||||
frappe.msgprint(_("Account Created") + ": " + account.doc.name)
|
||||
frappe.msgprint(_("Account Created") + ": " + account.name)
|
||||
|
||||
Reference in New Issue
Block a user