[FIX] t-else does not use 'condition'

This commit is contained in:
Pablo
2019-01-21 13:55:37 +01:00
parent cd31fa0be7
commit 91bc3e5760

View File

@@ -144,7 +144,7 @@
<t t-if="channel_type == 'web' or channel_type =='call'">
<t t-call="HotelCalendar.TooltipReservation.Channel.ota"/>
</t>
<t t-else="reservation_type == 'out'">
<t t-else="">
<t t-call="HotelCalendar.TooltipReservation.Channel.direct"/>
</t>
</div>