2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

Implement option to display labels "inline" in the browser

This commit is contained in:
Oliver Walters
2021-08-07 22:09:15 +10:00
parent d77b99c0ca
commit ca9536f687
4 changed files with 9 additions and 3 deletions

View File

@ -204,6 +204,7 @@ def settings_value(key, *args, **kwargs):
if 'user' in kwargs:
return InvenTreeUserSetting.get_setting(key, user=kwargs['user'])
return InvenTreeSetting.get_setting(key)