Changeset 9e8fe47 in rattail
- Timestamp:
- 07/19/2022 09:51:53 AM (7 months ago)
- Branches:
- master
- Children:
- c987be5
- Parents:
- 5576664
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rattail/membership.py
r5576664 r9e8fe47 3 3 # 4 4 # Rattail -- Retail Software Framework 5 # Copyright © 2010-202 1Lance Edgar5 # Copyright © 2010-2022 Lance Edgar 6 6 # 7 7 # This file is part of Rattail. … … 75 75 person = clientele.get_person(customer) 76 76 return person 77 78 def get_last_patronage_date(self, member, **kwargs): 79 raise NotImplementedError
Note: See TracChangeset
for help on using the changeset viewer.