function commerce_eu_vat_modules_enabled in Commerce European Union VAT 7
Implements hook_modules_enabled().
File
- ./
commerce_eu_vat.module, line 47 - Code for the Commerce EU VAT.
Code
function commerce_eu_vat_modules_enabled($modules) {
commerce_eu_vat_configure_product_fields($modules);
}