You are here

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

Same name and namespace in other branches
  1. 6.2 merci.module \MERCI_STATUS_UNCONFIRMED
  2. 6 merci.module \MERCI_STATUS_UNCONFIRMED
5 uses of MERCI_STATUS_UNCONFIRMED
merci_add_reservation_items in includes/api.inc
Adds items to reservation on creation/update.
merci_confirm_reservation in includes/api.inc
Callback function for updating Reservation status.
merci_cron in ./merci.module
Implementation of hook_cron().
merci_node_access in ./merci.module
Implements hook_node_access().
merci_prepare in ./merci.module
Implementation of hook_prepare().

File

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

Code

define('MERCI_STATUS_UNCONFIRMED', 1);