mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-16 17:28:11 +00:00
Barcode scan tweaks (#10992)
* Remove duplicate tooltip * Adjust default value * docs update * Tweak unit test * Fix playwright tests
This commit is contained in:
@@ -44,7 +44,7 @@ USER_SETTINGS: dict[str, InvenTreeSettingsKeyType] = {
|
||||
'BARCODE_IN_FORM_FIELDS': {
|
||||
'name': _('Barcode Scanner in Form Fields'),
|
||||
'description': _('Allow barcode scanner input in form fields'),
|
||||
'default': True,
|
||||
'default': False,
|
||||
'validator': bool,
|
||||
},
|
||||
'SEARCH_PREVIEW_SHOW_PARTS': {
|
||||
|
||||
Reference in New Issue
Block a user