You are here

function commerce_discount_update_7103 in Commerce Discount 7

Update properties of product_discount bundle.

File

./commerce_discount.install, line 814
Install, update, and uninstall functions for the commerce discount module.

Code

function commerce_discount_update_7103() {
  commerce_line_item_configure_line_item_fields(array(
    'commerce_discount',
  ));
}