You are here

function commerce_vat_field_uninstall in Commerce VAT 7

Implements hook_uninstall().

File

commerce_vat_field/commerce_vat_field.install, line 10
commerce_vat_field.install Contains install hooks for the Vat Rate Reference module.

Code

function commerce_vat_field_uninstall() {
  field_delete_field('commerce_vat_rate');
}