mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
Fix help string
This commit is contained in:
parent
fae44c3002
commit
387711a9a1
@ -59,7 +59,7 @@ class Build(models.Model):
|
|||||||
take_from = models.ForeignKey('stock.StockLocation', on_delete=models.SET_NULL,
|
take_from = models.ForeignKey('stock.StockLocation', on_delete=models.SET_NULL,
|
||||||
related_name='sourcing_builds',
|
related_name='sourcing_builds',
|
||||||
null=True, blank=True,
|
null=True, blank=True,
|
||||||
help_text='Select location to take stock from for this build (leave blank to take from any stock location'
|
help_text='Select location to take stock from for this build (leave blank to take from any stock location)'
|
||||||
)
|
)
|
||||||
|
|
||||||
quantity = models.PositiveIntegerField(
|
quantity = models.PositiveIntegerField(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user