Browse Source

Remove unused method

Alexandre Aubin 7 years ago
parent
commit
ca62953e7d
1 changed files with 0 additions and 4 deletions
  1. 0 4
      coin/billing/models.py

+ 0 - 4
coin/billing/models.py

@@ -439,10 +439,6 @@ class Payment(models.Model):
         invoice.save()
         self.save()
 
-    @property
-    def name(self):
-        return str(self)
-
     def __unicode__(self):
         if self.member is not None:
             return 'Paiment de %0.2f€ le %s par %s' \