Skip to content

Commit fa258f3

Browse files
Update API level for "modern" report templates
1 parent 6a92ac1 commit fa258f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inventree/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# The InvenTree API endpoint changed considerably @ version 197
1111
# Ref: https://github.com/inventree/InvenTree/pull/7074
12-
MODERN_LABEL_PRINTING_API = 198
12+
MODERN_LABEL_PRINTING_API = 201
1313

1414

1515
class LabelPrintingMixin:

inventree/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# The InvenTree API endpoint changed considerably @ version 197
77
# Ref: https://github.com/inventree/InvenTree/pull/7074
8-
MODERN_LABEL_PRINTING_API = 198
8+
MODERN_LABEL_PRINTING_API = 201
99

1010

1111
class ReportPrintingMixin:

0 commit comments

Comments
 (0)