2661 - Added clone options #494

Merged
carlosjr merged 14 commits from 2661-travel_cloneWithEntries into dev 2020-12-31 10:00:45 +00:00
1 changed files with 8 additions and 8 deletions
Showing only changes of commit 3b73e1bee2 - Show all commits
modules/supplier/back/methods/supplier

View File

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