Skip to content

Commit

Permalink
fixed issue #283 Error in Services Statistics per classification area…
Browse files Browse the repository at this point in the history
… plot
  • Loading branch information
luissian committed Aug 26, 2024
1 parent 605b0f7 commit 27615b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drylab/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1351,9 +1351,9 @@ def stats_by_services_request(request):
).exists():
user_area = django_utils.models.Profile.objects.get(
profile_user_id=user_id
).profile_area
).get_clasification_area()
else:
user_center = "Not defined"
user_area = "Not defined"
if date_service not in time_values_dict:
time_values_dict[date_service] = 1
if user_area in user_area_services_period:
Expand Down

0 comments on commit 27615b0

Please sign in to comment.