mirror of
https://github.com/inventree/inventree-app.git
synced 2026-04-06 01:40:45 +00:00
Shipment fix (#802)
* Fix broken URL for SalesOrderShipment * Bump version and update release notes
This commit is contained in:
@@ -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/";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user