mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +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:
parent
dc8191c3d8
commit
bc44b99d43
5 changed files with 26 additions and 10 deletions
|
|
@ -904,7 +904,7 @@ class InvenTreeUserSetting extends InvenTreeGlobalSetting {
|
|||
|
||||
@override
|
||||
InvenTreeGlobalSetting createFromJson(Map<String, dynamic> json) {
|
||||
return InvenTreeGlobalSetting.fromJson(json);
|
||||
return InvenTreeUserSetting.fromJson(json);
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue