2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-16 15:41:34 +00:00

Merge pull request #297 from SchrodingersGat/field-doc

Field doc
This commit is contained in:
Oliver
2019-05-10 20:18:51 +10:00
committed by GitHub
5 changed files with 124 additions and 60 deletions

View File

@@ -342,7 +342,7 @@ class BuildItem(models.Model):
Attributes:
build: Link to a Build object
stock: Link to a StockItem object
stock_item: Link to a StockItem object
quantity: Number of units allocated
"""