Fixed variable call and naming

This commit is contained in:
Joaquin Ossa 2025-02-14 12:19:15 +01:00
parent 4b94d5f70b
commit aadd0c244b
2 changed files with 5 additions and 5 deletions

View file

@ -25,8 +25,8 @@ select
as number_bookings_with_service_status_paid,
number_bookings_with_service_status_pending
as number_bookings_with_service_status_pending,
number_bookings_with_service_status_unknown_status
as number_bookings_with_service_status_unknown_status,
number_bookings_with_service_status_unknown
as number_bookings_with_service_status_unknown,
number_bookings_with_service_status_partially_protected
as number_bookings_with_service_status_partially_protected,
number_bookings_with_service_status_not_protected