mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
typo
This commit is contained in:
parent
f7635fb1c0
commit
126c5ca3bf
@ -58,7 +58,7 @@ def part_salable_default():
|
|||||||
|
|
||||||
def part_trackable_default():
|
def part_trackable_default():
|
||||||
"""
|
"""
|
||||||
Returns the defualt value fro the 'trackable' field for a Part object
|
Returns the default value for the 'trackable' field for a Part object
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return InvenTreeSetting.get_setting('PART_TRACKABLE')
|
return InvenTreeSetting.get_setting('PART_TRACKABLE')
|
||||||
|
Loading…
Reference in New Issue
Block a user