fix: new params
gitea/salix/pipeline/pr-test This commit looks good
Details
gitea/salix/pipeline/pr-test This commit looks good
Details
This commit is contained in:
parent
72a1c2ca57
commit
b003dff045
|
@ -43,6 +43,14 @@ module.exports = Self => {
|
|||
arg: 'postcode',
|
||||
type: 'string',
|
||||
},
|
||||
{
|
||||
arg: 'sageTransactionTypeFk',
|
||||
type: 'number',
|
||||
},
|
||||
{
|
||||
arg: 'sageTaxTypeFk',
|
||||
type: 'number',
|
||||
},
|
||||
{
|
||||
arg: 'provinceFk',
|
||||
type: 'number',
|
||||
|
@ -92,8 +100,6 @@ module.exports = Self => {
|
|||
case 'provinceFk':
|
||||
case 'email':
|
||||
case 'phone':
|
||||
case 'sti.CodigoIva':
|
||||
case 'sti.CodigoTransaccion':
|
||||
param = `c.${param}`;
|
||||
return {[param]: value};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue