diff --git a/src/api/ADempiere/system-core.js b/src/api/ADempiere/system-core.js index 66322b56..0b339911 100644 --- a/src/api/ADempiere/system-core.js +++ b/src/api/ADempiere/system-core.js @@ -124,7 +124,7 @@ export function requestCreateBusinessPartner({ duns, naics, name, - lastName, + name2, description, contactName, eMail, @@ -151,7 +151,7 @@ export function requestCreateBusinessPartner({ duns, naics, name, - last_name: lastName, + last_name: name2, description, contact_name: contactName, e_mail: eMail, diff --git a/src/components/ADempiere/Form/VPOS/BusinessPartner/businessPartnerCreate.vue b/src/components/ADempiere/Form/VPOS/BusinessPartner/businessPartnerCreate.vue index 6454e01d..aa00e97b 100644 --- a/src/components/ADempiere/Form/VPOS/BusinessPartner/businessPartnerCreate.vue +++ b/src/components/ADempiere/Form/VPOS/BusinessPartner/businessPartnerCreate.vue @@ -9,8 +9,8 @@ class="create-bp" > - @@ -39,21 +39,14 @@