It all shows initial values.

This corrected it:

hotel_booking.calendars.inc line 166:

- $ref_date = new DateObject($day['calendar_dt'], date_default_timezone(), DATE_FORMAT_ISO);
+ $ref_date = new DateObject(date(DATE_FORMAT_ISO, strtotime($day['calendar_dt'])), date_default_timezone(), DATE_FORMAT_ISO);

Comments

larowlan’s picture

Assigned: Unassigned » larowlan
afagioli’s picture

Issue summary: View changes
Status: Active » Closed (outdated)