From 387711a9a1bdfe86c4a671977cfbae6a524de0d6 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 16 May 2019 18:08:37 +1000 Subject: [PATCH] Fix help string --- InvenTree/build/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/build/models.py b/InvenTree/build/models.py index 1a0aba0470..c69857fda3 100644 --- a/InvenTree/build/models.py +++ b/InvenTree/build/models.py @@ -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(