2
0
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:
Oliver
2026-02-10 18:52:40 +11:00
committed by GitHub
parent 3c8c263327
commit 05c59260f1
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
## 0.22.2 - February 2026
---
- Bug fix for label printing, which used improperly formatted URL
## 0.22.1 - February 2026
---

View File

@@ -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.

View File

@@ -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