Hi,
After updating availability on a unit I got a white screen of death when visiting the unit node.
I found out that it was caused by the not existing function "uc_store_price_handler_format" on line 622 in unit.module.
So it seems that unit.module depends on uc_store or should not be dependent on it.
I want a reservation without a price a the moment, so it makes sense to me that in case "uc_store_price_handler_format" is not available, the price should stay empty and not be displayed.
Comments
Comment #1
inosaur commentedif you don't need a checkout, why not using the "public bookings" module?
Comment #2
catorghans commentedThanks,
Had not found that one yet.
Because I might need a checkout in the future.
If ubercart is required, then it should also be mentioned in the unit.info file, just a reminder for the module maintainer.
Comment #3
kreynen commentedClosing this issue. The D6 branch is no longer being developed.