delete: columnas que ya no existen en la tabla
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-12-23 12:17:24 +01:00
parent 16c20e4700
commit d3a9e9ac89
2 changed files with 1 additions and 10 deletions

View File

@ -12,21 +12,12 @@
"id": true,
"description": "Identifier"
},
"shelve": {
"type": "string"
},
"shelvingFk": {
"type": "string"
},
"itemFk": {
"type": "number"
},
"deep": {
"type": "number"
},
"quantity": {
"type": "number"
},
"created": {
"type": "date"
}

View File

@ -152,7 +152,7 @@
<vn-td number>{{::itemShelvingSale.quantity}}</vn-td>
<vn-td number>{{::itemShelvingSale.userFk}}</vn-td>
<vn-td shrink>{{::itemShelvingSale.itemShelving.shelvingFk}}</vn-td>
<vn-td shrink>{{::itemShelvingSale.state}}</vn-td>
<vn-td shrink>{{::itemShelvingSale.itemShelving.shelving.parking.code}}</vn-td>
<vn-td expand>{{::itemShelvingSale.created | date: 'dd/MM/yyyy HH:mm'}}</vn-td>
</vn-tr>
</vn-tbody>