Set user default warehouse
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-10-10 12:23:40 +02:00
parent 990a1b3c67
commit 7f023d7456
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;