mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add 'status' field to shipment table
- Is not yet implemented in the db model
This commit is contained in:
parent
2eb93b5a49
commit
96be11edd4
@ -1220,6 +1220,10 @@ function loadSalesOrderShipmentTable(table, options={}) {
|
||||
title: '{% trans "Reference" %}',
|
||||
switchable: false,
|
||||
},
|
||||
{
|
||||
field: 'status',
|
||||
title: '{% trans "Status" %}',
|
||||
},
|
||||
{
|
||||
field: 'shipment_date',
|
||||
title: '{% trans "Shipment Date" %}',
|
||||
|
Loading…
Reference in New Issue
Block a user