You are here

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

Same name and namespace in other branches
  1. 6.2 merci.module \MERCI_STATUS_ACTIVE
  2. 6 merci.module \MERCI_STATUS_ACTIVE
4 uses of MERCI_STATUS_ACTIVE
MerciAdminTestCase::testMerciBucketContent in tests/merci_admin.test
merci_build_reservable_items in includes/api.inc
Builds the list of all currently reservable items, filtered by date.
merci_form_alter in ./merci.module
Implementation of hook_form_alter().
merci_validate_merci_selected_items in includes/api.inc
@file MERCI - Managed Equipment Reservation Checkout and Inventory

File

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

Code

define('MERCI_STATUS_ACTIVE', 1);