mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 01:12:16 +00:00
Further minor fixes to versioning
This commit is contained in:
@@ -609,7 +609,7 @@ class Payment(models.Model, RevisionMixin):
|
||||
|
||||
@property
|
||||
def activity_feed_string(self):
|
||||
return str("payment at £{}".format(self.amount))
|
||||
return str("payment of £{}".format(self.amount))
|
||||
|
||||
|
||||
def validate_url(value):
|
||||
|
||||
Reference in New Issue
Block a user