October 7, 2013 at 11:34 /
I wouldn’t add it to the availability check as thats used differently in the whole plugin and I can’t tell you all side consequences for a change there.
I assume you want the calendar to look correctly: Open the file /lib/functions/admin.php, search for “easyreservations_send_calendar_callback” and replace the line
1 |
$avail = $res->checkAvailability(3); |
with
1 |
if($this->arrival - time() checkAvailability(3); |
in it.
Regards