2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00

Remove unused setting (#8731)

This commit is contained in:
Oliver
2024-12-21 08:33:31 +11:00
committed by GitHub
parent aabcf52cd2
commit d8207c88f0
2 changed files with 1 additions and 18 deletions

View File

@ -1003,12 +1003,6 @@ SYSTEM_SETTINGS: dict[str, InvenTreeSettingsKeyType] = {
'validator': bool,
'after_save': reload_plugin_registry,
},
'PROJECT_CODES_ENABLED': {
'name': _('Enable project codes'),
'description': _('Enable project codes for tracking projects'),
'default': False,
'validator': bool,
},
'STOCKTAKE_ENABLE': {
'name': _('Stocktake Functionality'),
'description': _(