Hello Nick and everybody, I'm using v1.1.3 and I'd also like to not restrict admin users for reservations out of the timespan.
Do I only have to change line 162 to
if (!Auth::isAdmin() && $current_date >= $one_week) {
??
And my other question is, can I do it with some other users that aren't admins? For example if I don't want to restrict 'director' and 'president' logins/accounts.
Thank you very much for your software and support. Software is great!!