Closed (fixed)
Project:
Hotel Booking System for Ubercart
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
22 Nov 2009 at 05:34 UTC
Updated:
14 Dec 2009 at 06:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
shushu commentedI believe you didn't enabled the hotel_calendars module.
Please do it and tell us whether this problem still exist.
In any case, this is an issue of dependencies. If we use _pad_with_zeros() in other modules that does not depend on hotel_calendars.module, than we should put _pad_with_zeros() somewhere else...
Attached patch that put it in hotel_booking.module
Comment #2
dan_metille commentedThanks for the quick and helpful reply.
It worked after enabling the hotel_calendars module.
But now I'm having this issue about getting no results: http://drupal.org/node/639996
Comment #3
willvincent commentedChanged function so it lives in the hotel_booking namespace: hotel_booking_pad_with_zeros()
Committed to CVS with these changes.
Comment #4
willvincent commented