Skip to content

Commit 78bfdf3

Browse files
committed
Minor docstring fix for LivelihoodActivity.validate_quantity_purchased - see HEA-898
1 parent 3b43941 commit 78bfdf3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/baseline/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,8 @@ def validate_quantity_purchased(self):
12471247
"""
12481248
Validate the quantity_purchased.
12491249
1250-
In for most LivelihoodActivity subclasses the quantity_purchased is not used.
1250+
In most LivelihoodActivity subclasses the quantity_purchased is not used
1251+
and this validation passes.
12511252
12521253
However, FoodPurchase has additional fields that allow the quantity_purchased
12531254
to be validated. This method is overwritten in that subclass.

0 commit comments

Comments
 (0)