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

This commit is contained in:
Juan Ferrer 2025-02-17 19:40:14 +01:00
commit d6c8d96d52
2 changed files with 4 additions and 0 deletions

View File

@ -173,6 +173,7 @@ module.exports = Self => {
t.isRaid,
t.daysInForward,
t.awbFk,
t.availabled,
am.name agencyModeName,
a.code awbCode,
win.name warehouseInName,

View File

@ -56,6 +56,9 @@
},
"daysInForward": {
"type": "number"
},
"availabled": {
"type": "date"
}
},
"relations": {