constant MERCI_STATUS_CHECKED_OUT in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6
Same name and namespace in other branches
- 6.2 merci.module \MERCI_STATUS_CHECKED_OUT
- 7.2 merci.module \MERCI_STATUS_CHECKED_OUT
3 uses of MERCI_STATUS_CHECKED_OUT
- merci_add_reservation_items in ./
merci.module - Adds items to reservation on creation/update.
- merci_node_validate in ./
merci.module - Implementation of hook_validate().
- theme_merci_build_reservation_table_form in ./
merci.module - Builds the reserved items table.
File
- ./
merci.module, line 16 - MERCI - Managed Equipment Reservation Checkout and Inventory
Code
define('MERCI_STATUS_CHECKED_OUT', 3);