You are here

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

Same name and namespace in other branches
  1. 6.2 merci.module \MERCI_STATUS_CHECKED_IN
  2. 6 merci.module \MERCI_STATUS_CHECKED_IN
5 uses of MERCI_STATUS_CHECKED_IN
MerciUserTestCase::testMerciCheckedOutCase in tests/merci_user.test
merci_add_reservation_items in includes/api.inc
Adds items to reservation on creation/update.
merci_cron in ./merci.module
Implementation of hook_cron().
merci_validate_status in includes/api.inc
theme_merci_build_reservation_table_form2 in theme/theme.inc
Builds the reserved items table.

File

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

Code

define('MERCI_STATUS_CHECKED_IN', 4);