We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b43941 commit 78bfdf3Copy full SHA for 78bfdf3
1 file changed
apps/baseline/models.py
@@ -1247,7 +1247,8 @@ def validate_quantity_purchased(self):
1247
"""
1248
Validate the quantity_purchased.
1249
1250
- In for most LivelihoodActivity subclasses the quantity_purchased is not used.
+ In most LivelihoodActivity subclasses the quantity_purchased is not used
1251
+ and this validation passes.
1252
1253
However, FoodPurchase has additional fields that allow the quantity_purchased
1254
to be validated. This method is overwritten in that subclass.
0 commit comments