You are here

merci_commerce.install in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

File

merci_commerce/merci_commerce.install
View source
<?php

/**
 * Implements hook_enable().
 */
function merci_commerce_enable() {
  commerce_line_item_configure_line_item_fields(array(
    'merci_commerce',
  ));
}

Functions

Namesort descending Description
merci_commerce_enable Implements hook_enable().