#1067 error en boton "Importar Reclamacion"

This commit is contained in:
Gerard 2019-02-06 11:39:22 +01:00
parent c531d849a1
commit 87b3032a4f
1 changed files with 3 additions and 3 deletions

View File

@ -81,10 +81,10 @@ module.exports = Self => {
params.clientFk,
params.shipped,
params.warehouseFk,
params.companyFk | 442,
params.companyFk || 442,
params.addressFk,
params.agencyModeFk | null,
params.routeFk | null,
params.agencyModeFk || null,
params.routeFk || null,
params.landed,
params.userId
], {options: transaction});