mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Improved list and detail views for supplier
Huzzah for bootstrap
This commit is contained in:
@ -88,7 +88,7 @@ class Part(models.Model):
|
||||
name = models.CharField(max_length=100, unique=True)
|
||||
|
||||
# Longer description of the part (optional)
|
||||
description = models.CharField(max_length=250, blank=True)
|
||||
description = models.CharField(max_length=250)
|
||||
|
||||
# Internal Part Number (optional)
|
||||
# Potentially multiple parts map to the same internal IPN (variants?)
|
||||
|
Reference in New Issue
Block a user