Fixed variable call and naming
This commit is contained in:
parent
4b94d5f70b
commit
aadd0c244b
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue