commerce_eu_vat.install in Commerce European Union VAT 7
File
commerce_eu_vat.installView source
<?php
/**
* Implements hook_enable().
*/
function commerce_eu_vat_enable() {
commerce_eu_vat_configure_product_types();
}
/**
* Implements hook_uninstall().
*/
function commerce_eu_vat_uninstall() {
field_delete_field('commerce_eu_vat_rate');
}
Functions
Name![]() |
Description |
---|---|
commerce_eu_vat_enable | Implements hook_enable(). |
commerce_eu_vat_uninstall | Implements hook_uninstall(). |