You are here

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

Same name and namespace in other branches
  1. 6.2 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
7 uses of MERCI_SUB_TYPE_ITEM
merci_build_reservable_items in ./merci.module
Builds the list of all currently reservable items, filtered by date.
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_available_bucket_count in ./merci.module
Calculates the total number of available bucket items for a reservation.
merci_get_reservable_items in ./merci.module
Pulls an array of items that are reservable for the content type and date range.

... See full list

File

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

Code

define('MERCI_SUB_TYPE_ITEM', 1);