• Hello,

    The reservation manager can’t access the reservation for some reason. I changed this code in restaurant-reservations.php: 167:

    $manage_bookings_roles = apply_filters(
    ‘rtb_manage_bookings_roles’,
    array(
    ‘administrator’,
    ‘editor’,
    ‘rtb_booking_manager’
    )
    );

    That seemed to work, but an update would be nice. Thank you for this convenient plugin though.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘reservation manager can’t access the reservations’ is closed to new replies.