function merci_inventory_admin_page in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6
Menu callback; sync fields
1 string reference to 'merci_inventory_admin_page'
- merci_inventory_menu in modules/
merci_inventory/ merci_inventory.module - Implementation of hook_menu().
File
- modules/
merci_inventory/ merci_inventory.module, line 56 - Hooks and functions for MERCI Inventory
Code
function merci_inventory_admin_page($type_name = NULL) {
$html .= '<h2>Sync Inventory Fields</h2>';
$html .= drupal_get_form('merci_inventory_sync_fields', $type_name);
return $html;
}