diff --git a/sites/all/modules/commerce_product_bundle/commerce_product_bundle.module b/sites/all/modules/commerce_product_bundle/commerce_product_bundle.module
index f3c417a..894d56d 100644
--- a/sites/all/modules/commerce_product_bundle/commerce_product_bundle.module
+++ b/sites/all/modules/commerce_product_bundle/commerce_product_bundle.module
@@ -1127,6 +1127,7 @@ function commerce_product_bundle_configure_line_item() {
       'display' => array(
         'display' => array(
           'label' => 'hidden',
+          'weight' => 0,
         ),
       ),
     );
@@ -1167,8 +1168,8 @@ function commerce_product_bundle_configure_line_item() {
       'display' => array(
         'display' => array(
           'label' => 'hidden',
-        ),
-        'weight' => -10,
+          'weight' => -10,
+        ),        
       ),
     );
     field_create_instance($instance);
