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,
|
||||
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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue