2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-02 22:55:37 +00:00
This commit is contained in:
Oliver Walters
2019-05-05 22:35:39 +10:00
parent 9bbcc35959
commit b9e5afa768
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class Build(models.Model):
limit_choices_to={
'buildable': True,
'active': True
},
},
)
title = models.CharField(