Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
satcfdi committed Dec 19, 2023
1 parent f2dab62 commit d6780c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satdigitalinvoice/localdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def __str__(self):
if self.name == "PAID":
return "✔"
if self.name == "PENDING":
return ""
return ""
if self.name == "CANCELLED":
return "❌"

Expand Down

0 comments on commit d6780c8

Please sign in to comment.