Changeset - 9e8fe470200c
[Not reviewed]
0 1 0
Lance Edgar (lance) - 2 years ago 2022-07-19 09:51:53
lance@edbob.org
Add `get_last_patronage_date()` method for membership handler
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rattail/membership.py
Show inline comments
 
@@ -2,7 +2,7 @@
 
################################################################################
 
#
 
#  Rattail -- Retail Software Framework
 
#  Copyright © 2010-2021 Lance Edgar
 
#  Copyright © 2010-2022 Lance Edgar
 
#
 
#  This file is part of Rattail.
 
#
 
@@ -74,3 +74,6 @@ class MembershipHandler(GenericHandler):
 
        customer = self.get_customer(member)
 
        person = clientele.get_person(customer)
 
        return person
 

	
 
    def get_last_patronage_date(self, member, **kwargs):
 
        raise NotImplementedError
0 comments (0 inline, 0 general)