mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
Fixes in Production Planning Tool
This commit is contained in:
@@ -83,9 +83,8 @@ def set_contact_details(out, party, party_type):
|
||||
"contact_designation": None,
|
||||
"contact_department": None
|
||||
})
|
||||
return
|
||||
|
||||
out.update(get_contact_details(out.contact_person))
|
||||
else:
|
||||
out.update(get_contact_details(out.contact_person))
|
||||
|
||||
def set_other_values(out, party, party_type):
|
||||
# copy
|
||||
|
||||
Reference in New Issue
Block a user