You are here

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

Implements hook_enable().

File

merci_commerce/merci_commerce.install, line 6

Code

function merci_commerce_enable() {
  commerce_line_item_configure_line_item_fields(array(
    'merci_commerce',
  ));
}