You are here

function commerce_pricelist_update_7004 in Commerce Pricelist 7

Revert the pricelist rule to use our own custom price setting action.

File

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

Code

function commerce_pricelist_update_7004() {
  if ($rules_config = rules_config_load('rules_commerce_price_list_set_price')) {
    $rules_config
      ->delete();
  }
}