-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
api/api/serializers/other_serializer.py
Lines 280 to 283 in 4df518e
| # TODO: Duplicated code with line 207 | |
| previous_ablock_in_week = AvailabilityBlock.objects.filter( | |
| starting_at__week_day=django_start_week_day, recurrency_type='WEEKLY', | |
| employee_id=self.context['request'].user.profile.id |