You are here

constant MERCI_ITEM_STATUS_AVAILABLE in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

Same name and namespace in other branches
  1. 6.2 merci.module \MERCI_ITEM_STATUS_AVAILABLE
  2. 6 merci.module \MERCI_ITEM_STATUS_AVAILABLE
6 uses of MERCI_ITEM_STATUS_AVAILABLE
merci_add_reservation_items in includes/api.inc
Adds items to reservation on creation/update.
merci_delete in ./merci.module
Implementation of hook_delete().
merci_get_reservable_items in includes/database.inc
Pulls an array of items that are reservable for the content type and date range.
merci_incomplete_reservations_for_item_nid in includes/database.inc
@todo Please document this function.
merci_load_reservations_for_node_in_timespan in includes/database.inc
Builds an array representing reservations for a Resource within a given timespan

... See full list

File

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

Code

define('MERCI_ITEM_STATUS_AVAILABLE', 0);