Order detailed training record by reference number

This commit is contained in:
2022-02-13 11:52:41 +00:00
parent 2f51b7b1d3
commit 05d280172d
2 changed files with 2 additions and 2 deletions

View File

@@ -638,7 +638,7 @@ class Invoice(models.Model, RevisionMixin):
@property
def activity_feed_string(self):
return f"#{self.display_id} for Event {self.event.display_id}"
return f"{self.display_id} for Event {self.event.display_id}"
def __str__(self):
return f"{self.display_id}: {self.event}{self.balance:.2f})"