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
403 stars 241 forks source link

Fix checkin/out button on Reservation page #458

Open njm506 opened 4 days ago

njm506 commented 4 days ago

Missing $ in template was causing the buttons to only show for administrators.

The compiled template showed that checkinAdminOnly and checkoutAdminOnly were being treated as barewords.

Fixes #457