Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
d6c8d96d52
|
@ -173,6 +173,7 @@ module.exports = Self => {
|
|||
t.isRaid,
|
||||
t.daysInForward,
|
||||
t.awbFk,
|
||||
t.availabled,
|
||||
am.name agencyModeName,
|
||||
a.code awbCode,
|
||||
win.name warehouseInName,
|
||||
|
|
|
@ -56,6 +56,9 @@
|
|||
},
|
||||
"daysInForward": {
|
||||
"type": "number"
|
||||
},
|
||||
"availabled": {
|
||||
"type": "date"
|
||||
}
|
||||
},
|
||||
"relations": {
|
||||
|
|
Loading…
Reference in New Issue