Bug and fix for wrong date in Venue list

  • Maksym
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 3 months ago #74509 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
Code:
echo JText::_('OS_AFTER')." ".$row->disable_date_before;
Change to:
Code:
echo JText::_('OS_AFTER')." ".$row->disable_date_after;

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

More
8 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

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

Moderators: Mr. Dam