mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Label printing fix (#489)
* Add check for modern label printing interface * Update getLabelTemplates * Fix typo * Refactor / simplify * Revert parameter type * Update version number and release notes * Refactor label printing function - Will require some cleanup in the future - Still needs testing * Fix for modern printing * Typo fix
This commit is contained in:
parent
91cb24c74c
commit
3c0bca276d
13 changed files with 171 additions and 77 deletions
|
|
@ -196,6 +196,9 @@ class InvenTreePart extends InvenTreeModel {
|
|||
@override
|
||||
String get URL => "part/";
|
||||
|
||||
@override
|
||||
String get MODEL_TYPE => "part";
|
||||
|
||||
@override
|
||||
List<String> get rolesRequired => ["part"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue