Skip to content

Commit 093dacd

Browse files
Shayan105ecino
authored andcommitted
Fix typo
1 parent 4194347 commit 093dacd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

child_compassion/models/compassion_hold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def postpone_no_money_hold(self, additional_text=None):
489489
# ----------------------------------------------------
490490
# NOTIFICATION (Only for NO_MONEY_HOLD)
491491
# ----------------------------------------------------
492-
if hold.type == HoldType.NO_MONEY_HOLD:
492+
if hold.type == HoldType.NO_MONEY_HOLD.value:
493493
if hold.child_id.sponsor_id:
494494
body = (
495495
"The no money hold for child {local_id} was expiring on "

0 commit comments

Comments
 (0)