mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Fix help string
This commit is contained in:
@ -59,7 +59,7 @@ class Build(models.Model):
|
||||
take_from = models.ForeignKey('stock.StockLocation', on_delete=models.SET_NULL,
|
||||
related_name='sourcing_builds',
|
||||
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(
|
||||
|
Reference in New Issue
Block a user