constant MERCI_ITEM_STATUS_AVAILABLE in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6
Same name and namespace in other branches
- 6.2 merci.module \MERCI_ITEM_STATUS_AVAILABLE
 - 7.2 merci.module \MERCI_ITEM_STATUS_AVAILABLE
 
3 uses of MERCI_ITEM_STATUS_AVAILABLE
- merci_add_reservation_items in ./
merci.module  - Adds items to reservation on creation/update.
 - merci_get_reservable_items in ./
merci.module  - Pulls an array of items that are reservable for the content type and date range.
 - merci_validate_default_availability in ./
merci.module  - Validates the state change of a reservable item.
 
File
- ./
merci.module, line 31  - MERCI - Managed Equipment Reservation Checkout and Inventory
 
Code
define('MERCI_ITEM_STATUS_AVAILABLE', 0);