LibreBooking / app

Repository for the last open source version of Booked Scheduler. The "develop" branch contains the most current working code of the project and should be considered beta. The "master" branch is the most current stable release of BookedScheduler. Please read doc/README.md for further details.
GNU General Public License v3.0
386 stars 232 forks source link

Provide ScheduleId in reservation email #335

Closed hakito closed 4 months ago

hakito commented 5 months ago

Provide ScheduleId for reservation templates. So it's possible to add schedule dependent information in the email template.

{if $ScheduleId == 18 }
    Important schedule information
{/if}