Fix help string

This commit is contained in:
Oliver Walters 2019-05-16 18:08:37 +10:00
parent fae44c3002
commit 387711a9a1

View File

@ -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(