You are here

function merci_inventory_field_sync in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2

1 string reference to 'merci_inventory_field_sync'
merci_inventory_menu in modules/merci_inventory/merci_inventory.module
Implementation of hook_menu().

File

modules/merci_inventory/merci_inventory.module, line 29
Hooks and functions for MERCI Inventory

Code

function merci_inventory_field_sync() {

  //@TODO: Check to see that merci_inventory_master content type exists
  drupal_goto('admin/content/node-type/merci-inventory-master/field_sync');
}