mirror of
https://github.com/inventree/inventree-app.git
synced 2026-02-11 07:17:01 +00:00
[bug] Label fix (#768)
* [Bug] Fix label printing URL - Closes https://github.com/inventree/inventree-app/issues/767 * Bump release notes and version
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## 0.22.2 - February 2026
|
||||
---
|
||||
|
||||
- Bug fix for label printing, which used improperly formatted URL
|
||||
|
||||
## 0.22.1 - February 2026
|
||||
---
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import "package:inventree/l10.dart";
|
||||
import "package:inventree/widget/progress.dart";
|
||||
import "package:inventree/widget/snacks.dart";
|
||||
|
||||
const String PRINT_LABEL_URL = "api/label/print/";
|
||||
const String PRINT_LABEL_URL = "label/print/";
|
||||
|
||||
/*
|
||||
* Custom form handler for label printing.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: inventree
|
||||
description: InvenTree stock management
|
||||
|
||||
version: 0.22.1+110
|
||||
version: 0.22.2+111
|
||||
|
||||
environment:
|
||||
sdk: ^3.8.1
|
||||
|
||||
Reference in New Issue
Block a user