Skip to content

Commit

Permalink
[#1749] Change disbursement.amount to disbursement.value
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperBrandt committed Aug 20, 2015
1 parent 84fce5b commit e19918f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akvo/iati/checks/v201.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def planned_disbursements(self):
checks = []

for pd in self.project.planned_disbursements.all():
if not pd.amount:
if not pd.value:
checks.append((u'error', u'planned disbursement (id: %s) has '
u'no amount' % str(pd.pk)))
if not pd.period_start:
Expand Down

0 comments on commit e19918f

Please sign in to comment.