You are here

constant MERCI_SUB_TYPE_ITEM in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2

Same name and namespace in other branches
  1. 6 merci.module \MERCI_SUB_TYPE_ITEM
  2. 7.3 merci_migrate/merci_items.inc \MERCI_SUB_TYPE_ITEM
  3. 7.2 merci.module \MERCI_SUB_TYPE_ITEM
8 uses of MERCI_SUB_TYPE_ITEM
merci_add_settings_form in ./merci.module
merci_delete_item_validate in ./merci.module
Validates if an item node can be deleted.
merci_form_alter in ./merci.module
Implementation of hook_form_alter().
merci_get_count in includes/database.inc
merci_get_count ($content_type, $default_availability) returns total number of items available for check out. @ $content_type resource to be counted @ $default_availability
merci_get_reservable_items in includes/database.inc
Pulls an array of items that are reservable for the content type and date range.

... See full list

File

./merci.module, line 28
MERCI - Managed Equipment Reservation Checkout and Inventory

Code

define('MERCI_SUB_TYPE_ITEM', 1);