Skip to content
Snippets Groups Projects
Commit b424aba5 authored by Aurélien Warnon's avatar Aurélien Warnon
Browse files

[FIX] sale_product_configurator: remove es6 JS code


Task#1964518

This commit removes es6 code that was unintentionaly introduced
by the product configurator for better compatibility

closes odoo/odoo#32452

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent 3fc2577c
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ var ProductConfiguratorFormController = FormController.extend({
*
* @param {Array} attributeValueIds
*/
_getAttributeValueIds(attributeValueIds) {
_getAttributeValueIds: function (attributeValueIds) {
if (!attributeValueIds || attributeValueIds.length === 0){
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment