mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-04-17 08:00:34 +00:00
Shipment fix (#802)
* Fix broken URL for SalesOrderShipment * Bump version and update release notes
This commit is contained in:
parent
ec9a7176a2
commit
83e97c56a2
3 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
## 0.22.7 - March 2026
|
||||
---
|
||||
|
||||
- Bug fix for loading sales order shipments
|
||||
|
||||
## 0.22.6 - March 2026
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -270,7 +270,7 @@ class InvenTreeSalesOrderShipment extends InvenTreeModel {
|
|||
InvenTreeSalesOrderShipment.fromJson(json);
|
||||
|
||||
@override
|
||||
String get URL => "order/so/shipment";
|
||||
String get URL => "order/so/shipment/";
|
||||
|
||||
String get SHIP_SHIPMENT_URL => "order/so/shipment/${pk}/ship/";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name: inventree
|
||||
description: InvenTree stock management
|
||||
|
||||
version: 0.22.6+115
|
||||
version: 0.22.7+116
|
||||
|
||||
environment:
|
||||
sdk: ^3.8.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue