mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] t-else does not use 'condition'
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user