supplier updateFiscalData changed to table config
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-12-31 10:28:35 +01:00
parent 4754d5481b
commit 3b73e1bee2
1 changed files with 8 additions and 8 deletions

View File

@ -23,27 +23,27 @@ module.exports = Self => {
},
{
arg: 'account',
type: 'string'
type: 'any'
},
{
arg: 'sageTaxTypeFk',
type: 'number'
type: 'any'
},
{
arg: 'sageWithholdingFk',
type: 'number'
type: 'any'
},
{
arg: 'sageTransactionTypeFk',
type: 'number'
type: 'any'
},
{
arg: 'postCode',
type: 'string'
type: 'any'
},
{
arg: 'street',
type: 'string'
type: 'any'
},
{
arg: 'city',
@ -51,11 +51,11 @@ module.exports = Self => {
},
{
arg: 'provinceFk',
type: 'number'
type: 'any'
},
{
arg: 'countryFk',
type: 'number'
type: 'any'
}],
returns: {
arg: 'res',