Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34627

This commit is contained in:
Nabin Hait
2023-05-03 11:21:48 +05:30
committed by GitHub
149 changed files with 3990 additions and 1183 deletions

View File

@@ -59,7 +59,7 @@ class Opportunity(TransactionBase, CRMNote):
if not self.get(field) and frappe.db.field_exists(self.opportunity_from, field):
try:
value = frappe.db.get_value(self.opportunity_from, self.party_name, field)
self.db_set(field, value)
self.set(field, value)
except Exception:
continue