2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 19:50:59 +00:00

Add barcode actions for SalesOrderShipment (#9746)

* Add barcode actions for SalesOrderShipment

* Handle error on worker boot
This commit is contained in:
Oliver
2025-06-07 20:08:20 +10:00
committed by GitHub
parent 4660b9477b
commit 12677ccf22
2 changed files with 7 additions and 1 deletions

View File

@ -317,6 +317,7 @@ export default function SalesOrderShipmentDetail() {
key='barcode'
model={ModelType.salesordershipment}
pk={shipment.pk}
hash={shipment?.barcode_hash}
/>,
<PrintingActions
key='print'