2
0
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:
Oliver
2018-04-15 13:49:47 +10:00
parent 9e6c7350f9
commit 8232baeed7
17 changed files with 201 additions and 84 deletions

View File

@ -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?)