Changeset 17787 for main/waeup.kofa/trunk/src/waeup/kofa/hostels
- Timestamp:
- 15 May 2024, 06:42:58 (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/hostels/batching.py
r17313 r17787 45 45 location_fields = ['hostel_id',] 46 46 factory_name = 'waeup.Hostel' 47 48 mode = None49 47 50 48 def parentsExist(self, row, site): … … 98 96 location_fields = ['hostel_id', 'bed_id'] 99 97 factory_name = None 100 101 mode = None102 98 103 99 @property
Note: See TracChangeset for help on using the changeset viewer.