constant MERCI_STATUS_CHECKED_OUT in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2
Same name and namespace in other branches
- 6 merci.module \MERCI_STATUS_CHECKED_OUT
- 7.2 merci.module \MERCI_STATUS_CHECKED_OUT
7 uses of MERCI_STATUS_CHECKED_OUT
- MerciUserTestCase::testMerciCheckedOutCase in tests/
merci_user.test - merci_add_reservation_items in includes/
api.inc - Adds items to reservation on creation/update.
- merci_build_reservation_table_form in ./
merci.module - Builds the table of existing reserved items.
- merci_cron in ./
merci.module - Implementation of hook_cron().
- merci_delete in ./
merci.module - Implementation of hook_delete().
File
- ./
merci.module, line 17 - MERCI - Managed Equipment Reservation Checkout and Inventory
Code
define('MERCI_STATUS_CHECKED_OUT', 3);