You are here

function merci_restrictions_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_restrictions_redirect'
merci_restrictions_menu in merci_restrictions/merci_restrictions.module
Implements hook_menu().

File

merci_restrictions/merci_restrictions.module, line 73

Code

function merci_restrictions_redirect($type = NULL) {
  drupal_goto(MERCI_RESTRICTIONS_TYPE_PATH . '/fields');
}