2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Add optional display of part stock quantity in forms

This commit is contained in:
Oliver
2021-10-06 22:12:59 +11:00
parent 54d770927a
commit 166af3592d
3 changed files with 25 additions and 2 deletions

View File

@ -648,7 +648,6 @@ class InvenTreeSetting(BaseInvenTreeSetting):
'validator': bool,
},
# TODO: Remove this setting in future, new API forms make this not useful
'PART_SHOW_QUANTITY_IN_FORMS': {
'name': _('Show Quantity in Forms'),
'description': _('Display available part quantity in some forms'),