Added function to get false instead of null in is_duplicate_booking

This commit is contained in:
Joaquin Ossa 2024-07-31 16:38:33 +02:00
parent 00e7554300
commit 646ff7276a

View file

@ -14,7 +14,7 @@ select
b.id_user_host,
b.id_accommodation,
bs.booking_state,
db.is_duplicate_booking,
coalesce(db.is_duplicate_booking, false) as is_duplicate_booking,
bce.booking_fee_local,
uu.account_currency_iso4217,
bce.booking_fee_charge_at_utc,