- Posts: 2
- Thank you received: 1
Bug and fix for wrong date in Venue list
- Maksym
- Topic Author
- Offline
- New Member
-
Less
More
9 years 3 months ago #74509
by Maksym
Bug and fix for wrong date in Venue list was created by Maksym
v.2.4.2
Bug:
Venue list table displays "Disable reservation before" date instead the "Disable reservation after" date in field "Disable reservation after"
Fix:
In file administrator/components/com_osservicesbooking/classes/venue.html.php
Line 154
Change to:
Bug:
Venue list table displays "Disable reservation before" date instead the "Disable reservation after" date in field "Disable reservation after"
Fix:
In file administrator/components/com_osservicesbooking/classes/venue.html.php
Line 154
Code:
echo JText::_('OS_AFTER')." ".$row->disable_date_before;
Code:
echo JText::_('OS_AFTER')." ".$row->disable_date_after;
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 3 months ago #74526
by Mr. Dam
Replied by Mr. Dam on topic Bug and fix for wrong date in Venue list
Hi,
Thank you for your report, we will update into the package soon.
Best regards,
Dam
Thank you for your report, we will update into the package soon.
Best regards,
Dam
Please Log in or Create an account to join the conversation.
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.