You are here

commerce_coupon_date.install in Commerce Coupon 7.2

Installation tasks for Commerce Coupon Date.

File

modules/date/commerce_coupon_date.install
View source
<?php

/**
 * @file
 * Installation tasks for Commerce Coupon Date.
 */

/*
 * Implements hook_install().
 */
function commerce_coupon_date_install() {
  _commerce_coupon_install_inline_conditions_field();
}

Functions