3668 - Deprecated field "isOfficial"
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-03-18 11:06:16 +01:00
parent 9439757158
commit 00c53a7709
2 changed files with 1 additions and 4 deletions

View File

@ -18,9 +18,6 @@
}, },
"expired": { "expired": {
"type": "date" "type": "date"
},
"isOfficial": {
"type": "boolean"
} }
}, },

View File

@ -24,7 +24,7 @@
<vn-th field="stateFk" >State</vn-th> <vn-th field="stateFk" >State</vn-th>
<vn-th field="zoneFk">Zone</vn-th> <vn-th field="zoneFk">Zone</vn-th>
<vn-th field="warehouseFk">Warehouse</vn-th> <vn-th field="warehouseFk">Warehouse</vn-th>
<vn-th number>Total</vn-th> <vn-th field="totalWithVat" number>Total</vn-th>
<vn-th></vn-th> <vn-th></vn-th>
</vn-tr> </vn-tr>
</vn-thead> </vn-thead>