Closed (cannot reproduce)
Project:
Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals
Version:
7.x-1.0-rc3
Component:
Rooms Booking Manager
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2013 at 15:43 UTC
Updated:
13 May 2015 at 20:44 UTC
Jump to comment: Most recent
Comments
Comment #1
ronald_istos commentedComment #2
ronald_istos commentedWe have updated the way we handle orders. Here is the logic right now:
If you create a booking an order is automatically created to reflect that booking.
If you changed that booking (re-assign unit, change dates, etc) the order that was previously associated with the booking is set to cancelled and a new order is created.
If you delete an order associated with a Booking and that Booking is currently referring to that order that Booking is deleted.
Comment #3
theorichel commentedAfter some testing we want to clean up so we can start afresh. However:
1. deleting of orders often ends in:
2. When we open the Bookings page we get this message:
Notice: Trying to get property of non-object in rooms_booking_handler_unit_field->render() (regel 45 van /storage/web/public/sites/www.slapeninyerseke.nl/sites/all/modules/rooms/modules/rooms_booking/views/rooms_booking_handler_unit_field.inc).We get this message for each of the 6 bookings in the list.3. When we try to delete the booking we get the message:
Can you please tell how we can clean this out?
Many thanks
Theo Richel
Comment #4
acrollet commentedHi there,
please re-open if this is still a concern and reproducible with the latest version of rooms.