Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>pull/3759/head
parent
b87826415d
commit
4b354d1987
|
@ -138,7 +138,7 @@ export default {
|
||||||
if (mutation.payload.columnName === 'C_Country_ID') {
|
if (mutation.payload.columnName === 'C_Country_ID') {
|
||||||
const values = []
|
const values = []
|
||||||
// Get country definition to sequence fields and displayed value
|
// Get country definition to sequence fields and displayed value
|
||||||
if (mutation.value !== this.currentCountryDefinition.countryId) {
|
if (mutation.payload.value !== this.currentCountryDefinition.countryId) {
|
||||||
this.requestGetCountryDefinition({
|
this.requestGetCountryDefinition({
|
||||||
id: mutation.payload.value
|
id: mutation.payload.value
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue