Skip to content
Snippets Groups Projects
Commit 218c75aa authored by fja-odoo's avatar fja-odoo Committed by fw-bot
Browse files

[FIX] website_sale: fix list view variant JS error

Part of https://github.com/odoo/odoo/pull/37135


task-2070507

closes odoo/odoo#38342

X-original-commit: a273a53d
Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent 326f5027
Branches
Tags
No related merge requests found
......@@ -211,7 +211,7 @@ publicWidget.registry.WebsiteSale = publicWidget.Widget.extend(VariantMixin, {
.data('combination');
if (combination) {
return JSON.parse(combination);
return combination;
}
return VariantMixin.getSelectedVariantValues.apply(this, arguments);
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment