You are here

function commerce_pricelist_enable in Commerce Pricelist 7

Implements hook_uninstall().

File

./commerce_pricelist.install, line 166
Install for a Commerce Pricelist - create the base tables for our entities.

Code

function commerce_pricelist_enable() {
  entity_info_cache_clear();
}