You are here

function merci_reservation_type_redirect in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

Redirects a line item type URL to its fields management page.

1 string reference to 'merci_reservation_type_redirect'
ReservationTypeUIController::hook_menu in merci_reservation/includes/entity_type.ui.inc
Provides definitions for implementing hook_menu().

File

merci_reservation/merci_reservation.module, line 106

Code

function merci_reservation_type_redirect($type) {
  drupal_goto('admin/merci/merci_line_item/add/' . $type);
}