Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
satcfdi committed Mar 15, 2024
1 parent 11cf789 commit ed17a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satdigitalinvoice/mycfdi.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,4 @@ def liquidated_state(self):

@property
def liquidated_notified_icons(self):
return str(self.liquidated_state()) + str(" 📧" if self.notified() else " ")
return str(self.liquidated_state()) + str(" 📧" if self.notified() else " ")

0 comments on commit ed17a01

Please sign in to comment.