mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-04-17 08:00:34 +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:
parent
3c8c263327
commit
05c59260f1
3 changed files with 7 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue