Merge lp:~magentoerpconnect-community/magentoerpconnect/fix-bundle-product into lp:magentoerpconnect/oerp6.1-oldstable

Status: Needs review
Proposed branch: lp:~magentoerpconnect-community/magentoerpconnect/fix-bundle-product
Merge into: lp:magentoerpconnect/oerp6.1-oldstable
Diff against target: 10 lines (+1/-1)
1 file modified
magentoerpconnect_bundle/product.py (+1/-1)
To merge this branch: bzr merge lp:~magentoerpconnect-community/magentoerpconnect/fix-bundle-product
Reviewer Review Type Date Requested Status
Guewen Baconnier @ Camptocamp Pending
Review via email: mp+99944@code.launchpad.net

Description of the change

[FIX] NameError: global name 'products_data' is not defined

To post a comment you must log in.

Unmerged revisions

565. By Maxime Chambreuil (http://www.savoirfairelinux.com)

[FIX] NameError: global name 'products_data' is not defined

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'magentoerpconnect_bundle/product.py'
--- magentoerpconnect_bundle/product.py 2012-03-28 09:49:00 +0000
+++ magentoerpconnect_bundle/product.py 2012-03-29 13:49:31 +0000
@@ -53,7 +53,7 @@
5353
54 #TODO add the data54 #TODO add the data
55 55
56 data.update({'configurable_products_data': products_data, 'configurable_attributes_data': attributes_data, 'associated_skus':associated_skus})56 #data.update({'configurable_products_data': products_data, 'configurable_attributes_data': attributes_data, 'associated_skus':associated_skus})
57 return data57 return data
5858
59 59