Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2022-10-10 13:25:55 +02:00
commit 38a6e24455
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class Controller extends Section {
if (this.$params.warehouseFk) if (this.$params.warehouseFk)
this.warehouseFk = this.$params.warehouseFk; this.warehouseFk = this.$params.warehouseFk;
else if (value) else if (value)
this.warehouseFk = value.itemType.warehouseFk; this.warehouseFk = this.vnConfig.warehouseFk;
if (this.$params.lineFk) if (this.$params.lineFk)
this.lineFk = this.$params.lineFk; this.lineFk = this.$params.lineFk;