You are here

function commerce_product_bundle_line_item_delete_form_submit in Commerce Product Bundle 7

Same name and namespace in other branches
  1. 7.2 commerce_product_bundle.module \commerce_product_bundle_line_item_delete_form_submit()

Submit function for the bundle line item delete form.

@ToDo Delete the line items of the sublineitems after deleting the parent line item.

See also

http://drupal.org/node/1378072

1 string reference to 'commerce_product_bundle_line_item_delete_form_submit'
commerce_product_bundle_form_alter in ./commerce_product_bundle.module
Implements of hook_bundle_form_alter().

File

./commerce_product_bundle.module, line 191
Allows the bundling of products in Drupal Commerce.

Code

function commerce_product_bundle_line_item_delete_form_submit($form, &$form_state) {
}