Fixes #3706 - The calendar shows Chilean holidays one day in advance
This commit is contained in:
parent
271a9e746d
commit
9933922eb9
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
<% if _.isEmpty(calendar.public_holidays_preview): %>-<% end %>
|
||||
<% for holiday, meta of calendar.public_holidays_preview: %>
|
||||
<tr <% if !meta.active: %>class="is-inactive"<% end %>>
|
||||
<td style="width: 96px"><%- @Tdate(holiday) %>
|
||||
<td style="width: 96px"><%- @Tdate(holiday, true) %>
|
||||
<td><%= meta.summary %>
|
||||
<% end %>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue