mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Fix typos/naming (#4242)
* fix usage of InvenTree name * small typo fix * rename notification plugin all builtins should be named inventree...
This commit is contained in:
@ -692,7 +692,7 @@ class Part(InvenTreeBarcodeMixin, MetadataMixin, MPTTModel):
|
||||
|
||||
@property
|
||||
def full_name(self):
|
||||
"""Format a 'full name' for this Part based on the format PART_NAME_FORMAT defined in Inventree settings.
|
||||
"""Format a 'full name' for this Part based on the format PART_NAME_FORMAT defined in InvenTree settings.
|
||||
|
||||
As a failsafe option, the following is done:
|
||||
|
||||
|
Reference in New Issue
Block a user