Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix-front into beta
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-04-08 08:28:51 +02:00
commit d945426c4d
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ async function fetchDocuware() {
Value: ['PDA'], Value: ['PDA'],
}, },
{ {
DBName: 'FILENAME', DBName: 'OBSERVACIONES',
Value: [`${row.deviceProductionFk}-pda`], Value: [row.deviceProductionFk],
}, },
], ],
}); });