You are here

constant MERCI_ITEM_STATUS_CHECKED_OUT in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2

Same name and namespace in other branches
  1. 6 merci.module \MERCI_ITEM_STATUS_CHECKED_OUT
  2. 7.2 merci.module \MERCI_ITEM_STATUS_CHECKED_OUT
4 uses of MERCI_ITEM_STATUS_CHECKED_OUT
merci_add_reservation_items in includes/api.inc
Adds items to reservation on creation/update.
merci_checked_out_reservations_for_item_nid in includes/database.inc
merci_get_reservation_count in includes/database.inc
merci_get_reservation_count($content_type[string]) returns total number of checked out items for content type. @ $content_type resource to be counted
merci_overdue_items in includes/database.inc

File

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

Code

define('MERCI_ITEM_STATUS_CHECKED_OUT', 2);