@@ -56,7 +56,6 @@ function commerce_bpc_create_bulk_form($form, &$form_state, $product_type) {
'#collapsible'=>TRUE,
'#collapsed'=>FALSE,
'#tree'=>TRUE,
// needed for
'#parents'=>array('static_values'),
);
@@ -78,7 +77,6 @@ function commerce_bpc_create_bulk_form($form, &$form_state, $product_type) {
'#description'=>t("The part of the product title that is common to all products to be generated. The SKU of each individual product will be composed of this value together with values of the selected options."),