Holidays do not show on calendar
By Shaun Titus 2 decades ago
The holidays do not show up on the calendar in the 2.3b template. The problem is that there is no such thing called CurrDocDate on the "Holidays" form. I fixed this in my DB by changing the Start Date column in the Leave Calendar view to:
@If(FORM = "AL";CurrDocDate; AllHolidays)
–Shaun