Changeset 72d1b07 in rattail for rattail/batch/handlers.py
- Timestamp:
- 06/14/2022 01:48:22 PM (8 months ago)
- Branches:
- master
- Children:
- aca6ed6
- Parents:
- 03c3bded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rattail/batch/handlers.py
r03c3bded r72d1b07 97 97 return self.batch_model_class.batch_key 98 98 99 @classmethod 100 def get_spec(cls): 101 return '{}:{}'.format(cls.__module__, cls.__name__) 102 99 103 def get_model_title(self): 100 104 return self.batch_model_class.get_model_title()
Note: See TracChangeset
for help on using the changeset viewer.