From 4b354d1987ba1dd7bf75a6021ec96e36c16f93c5 Mon Sep 17 00:00:00 2001 From: Elsio Sanchez <45974454+elsiosanchez@users.noreply.github.com> Date: Wed, 10 Mar 2021 14:33:50 -0400 Subject: [PATCH] Fixes: #61 fix sequence field location (#656) Co-authored-by: Elsio Sanchez --- .../ADempiere/Field/FieldLocation/locationAddressForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ADempiere/Field/FieldLocation/locationAddressForm.vue b/src/components/ADempiere/Field/FieldLocation/locationAddressForm.vue index 0da7c29b..f85f0d25 100644 --- a/src/components/ADempiere/Field/FieldLocation/locationAddressForm.vue +++ b/src/components/ADempiere/Field/FieldLocation/locationAddressForm.vue @@ -138,7 +138,7 @@ export default { if (mutation.payload.columnName === 'C_Country_ID') { const values = [] // Get country definition to sequence fields and displayed value - if (mutation.value !== this.currentCountryDefinition.countryId) { + if (mutation.payload.value !== this.currentCountryDefinition.countryId) { this.requestGetCountryDefinition({ id: mutation.payload.value })