fix: refs #4774 fix cau256742
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2025-01-13 08:46:50 +01:00
parent 6239b5a471
commit 40c6796ace
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class Controller extends Section {
}};
this.$http.get('DmsTypes/findOne', {params}).then(res => {
const dmsTypeId = res.data && res.data.id;
const warehouseId = this.vnConfig.warehouseFk;
const warehouseId = this.ticket.warehouseFk;
const defaultParams = {
reference: this.ticket.id,
warehouseId: warehouseId,