Bug in service with custom time slots

  • Nicolai
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 2 months ago #26811 by Nicolai
Bug in service with custom time slots was created by Nicolai
Its a Bug or not?
When I have custom time slot today slot are always occupied.

I changed this line to fix it:

07/03/2013
/httpdocs/components/com_osservicesbooking/helpers/calendar.php
Line 673: change var $inctime to $start_time_int

in this code
Code:
//today //if($inctime <= $realtime){ if($start_time_int <= $realtime){ $bgcolor = "gray"; $nolink = true; }
Attachments:

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam