File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.16.4 - September 2024
2
+ ---
3
+
4
+ - Fixes bug related to printing stock item labels
5
+
1
6
### 0.16.3 - August 2024
2
7
---
3
8
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
259
259
// Request information on labels available for this stock item
260
260
if (allowLabelPrinting) {
261
261
262
- String model_type = api.supportsModernLabelPrinting ? InvenTreeStockLocation ().MODEL_TYPE : "stock" ;
262
+ String model_type = api.supportsModernLabelPrinting ? InvenTreeStockItem ().MODEL_TYPE : "stock" ;
263
263
String item_key = api.supportsModernLabelPrinting ? "items" : "item" ;
264
264
265
265
// Clear the existing labels list
Original file line number Diff line number Diff line change 1
1
name : inventree
2
2
description : InvenTree stock management
3
3
4
- version : 0.16.3+89
4
+ version : 0.16.4+90
5
5
6
6
environment :
7
7
sdk : " >=2.19.5 <3.13.0"
You can’t perform that action at this time.
0 commit comments