You are here

function merci_reservation_merci_reservation_type_insert in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

File

merci_reservation/merci_reservation.module, line 385

Code

function merci_reservation_merci_reservation_type_insert($entity) {
  merci_core_create_field(MERCI_LINE_ITEM_REFERENCE, 'merci_reservation', $entity->type);

  //  merci_create_field(MERCI_DATE_FIELD, 'merci_reservation', $entity->type);
  //  merci_create_field(MERCI_ITEM_FIELD, 'merci_reservation', $entity->type);
  //  merci_create_field(MERCI_STATUS_FIELD, 'merci_reservation', $entity->type);
}