fix: hotfix back #3517

Merged
jsegarra merged 1 commits from hotfix-7830AddresType into master 2025-03-03 11:40:01 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -46,11 +46,11 @@ module.exports = function(Self) {
}, },
{ {
arg: 'incotermsFk', arg: 'incotermsFk',
type: 'string' type: 'any'
}, },
{ {
arg: 'customsAgentFk', arg: 'customsAgentFk',
type: 'number' type: 'any'
}, },
{ {
arg: 'longitude', arg: 'longitude',