You are here

function commerce_bpc_update_7103 in Commerce Bulk Product Creation 7.2

Enable new bpc_display module, which contains functionality that used to be in this module.

File

./commerce_bpc.install, line 45
(Un)Install hook implementations for the Commerce Bulk product creation module.

Code

function commerce_bpc_update_7103() {
  module_enable('bpc_display');
}