- Posts: 8
- Thank you received: 0
Bug in service with custom time slots
- Nicolai
- Topic Author
- Offline
- New Member
-
Less
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
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;
}
Moderators: Mr. Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.