bad name categ_id in product.py

Bug #1039972 reported by Javier
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
e-commerce-addons
Fix Committed
Undecided
Javier

Bug Description

in module product_custom_attributes_shop/product.py line 69 the line:
categ_ids = [vals['categ_id']] + vals.get('categ_ids', []) is bad becouse categ_id is not a validate key, it should be:
categ_ids = [vals['categ_ids']] + vals.get('categ_ids', [])

Javier (javierjcf)
Changed in e-commerce-addons:
assignee: nobody → Javier (javierjcf)
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.