mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-16 12:15:31 +00:00
Label printing fix (#587)
* Handle blank URL provided for file download * Improved printing checks * Auto-select the correct printer
This commit is contained in:
@ -904,7 +904,7 @@ class InvenTreeUserSetting extends InvenTreeGlobalSetting {
|
||||
|
||||
@override
|
||||
InvenTreeGlobalSetting createFromJson(Map<String, dynamic> json) {
|
||||
return InvenTreeGlobalSetting.fromJson(json);
|
||||
return InvenTreeUserSetting.fromJson(json);
|
||||
}
|
||||
|
||||
@override
|
||||
|
Reference in New Issue
Block a user