Closed (fixed)
Project:
Hotel Booking System for Ubercart
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2011 at 05:48 UTC
Updated:
23 Aug 2011 at 23:31 UTC
I patched the module so I could add the "From price" field, and now I get this error when the View attempts to be displayed:
Fatal error: Call to undefined function uc_price() in /hanlovelights/sites/all/modules/uc_hotel/hotel_booking/views/hotel_booking_handler_field_from_price.inc on line 22
Comments
Comment #1
mattcasey commentedI compared the uc_product modules from D6 to D7, and instead of uc_price, it now uses uc_currency_format. Here's the new function I have that works in hotel_booking_handler_field_from_price.inc:
Comment #2
larowlanFixed in slightly different fashion in dev version