There's a typo in the following file:

Path: /profiles/restaurant/modules/restaurant/restaurant_reservation/views
FIle: restaurant_reservation_handler_reservation_calendar_field.inc
Line 68 - return l($text, 'admin/reservations/views/' . $node->nid);
should be: return l($text, 'admin/reservations/view/' . $node->nid); (singular form:).

Cheers :)

Comments

  • arshadcn committed c033182 on 7.x-1.x
    Updated revision for restaurant_reservation: 29e1248 Issue #2327301 by...
shadcn’s picture

Status: Needs work » Fixed
Issue tags: -restaurant reservation, -error, -change

Nice catch. Fixed in dev.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.