fix: cannot select org in newDeal dialog
This commit is contained in:
parent
bd51426e12
commit
0dcd5b9eb3
@ -138,7 +138,7 @@ const allFields = [
|
||||
type: 'link',
|
||||
placeholder: 'Organization',
|
||||
doctype: 'CRM Organization',
|
||||
change: (data) => (newDeal.organization = data),
|
||||
change: (data) => (props.newDeal.organization = data),
|
||||
create: (value, close) => {
|
||||
_organization.value.organization_name = value
|
||||
showOrganizationModal.value = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user