mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-14 00:09:56 +00:00
[UI] Edit shipment details (#10944)
- Pass "pending" status through to the form
This commit is contained in:
@@ -67,7 +67,8 @@ export default function SalesOrderShipmentTable({
|
||||
});
|
||||
|
||||
const editShipmentFields = useSalesOrderShipmentFields({
|
||||
customerId: customerId
|
||||
customerId: customerId,
|
||||
pending: !selectedShipment.shipment_date
|
||||
});
|
||||
|
||||
const completeShipmentFields = useSalesOrderShipmentCompleteFields({});
|
||||
|
||||
Reference in New Issue
Block a user