You are here

commerce_vat_field.install in Commerce VAT 7

commerce_vat_field.install Contains install hooks for the Vat Rate Reference module.

File

commerce_vat_field/commerce_vat_field.install
View source
<?php

/**
 * @file commerce_vat_field.install
 * Contains install hooks for the Vat Rate Reference module.
 */

/**
 * Implements hook_uninstall().
 */
function commerce_vat_field_uninstall() {
  field_delete_field('commerce_vat_rate');
}

Functions