mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-15 02:33:38 +00:00
committed by
Mergify
parent
0b3215cd42
commit
180f406917
@@ -60,6 +60,6 @@ def create_party_link(primary_role, primary_party, secondary_party):
|
||||
party_link.secondary_role = "Customer" if primary_role == "Supplier" else "Supplier"
|
||||
party_link.secondary_party = secondary_party
|
||||
|
||||
party_link.save(ignore_permissions=True)
|
||||
party_link.save()
|
||||
|
||||
return party_link
|
||||
|
||||
Reference in New Issue
Block a user