You are here

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

Same name and namespace in other branches
  1. 6.2 merci.module \MERCI_ITEM_STATUS_CHECKED_IN
  2. 7.2 merci.module \MERCI_ITEM_STATUS_CHECKED_IN
3 uses of MERCI_ITEM_STATUS_CHECKED_IN
merci_add_reservation_items in ./merci.module
Adds items to reservation on creation/update.
merci_get_available_bucket_count in ./merci.module
Calculates the total number of available bucket items for a reservation.
merci_node_type_save_validate in ./merci.module
Validates saving of MERCI node types.

File

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

Code

define('MERCI_ITEM_STATUS_CHECKED_IN', -1);