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:
@ -317,6 +317,7 @@ export default function SalesOrderShipmentDetail() {
|
||||
key='barcode'
|
||||
model={ModelType.salesordershipment}
|
||||
pk={shipment.pk}
|
||||
hash={shipment?.barcode_hash}
|
||||
/>,
|
||||
<PrintingActions
|
||||
key='print'
|
||||
|
Reference in New Issue
Block a user