mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
parent
1e4b4bf42a
commit
0f501177cd
@ -513,6 +513,7 @@ class ManufacturerPart(
|
||||
null=True,
|
||||
verbose_name=_('Link'),
|
||||
help_text=_('URL for external manufacturer part link'),
|
||||
max_length=2000,
|
||||
)
|
||||
|
||||
description = models.CharField(
|
||||
@ -829,6 +830,7 @@ class SupplierPart(
|
||||
null=True,
|
||||
verbose_name=_('Link'),
|
||||
help_text=_('URL for external supplier part link'),
|
||||
max_length=2000,
|
||||
)
|
||||
|
||||
description = models.CharField(
|
||||
|
Loading…
Reference in New Issue
Block a user