-
- Downloads
[FIX][REF] website_quote: remove broken call to an old onchange
website_quote still calls sale_order_line.product_id_change() in old API, giving arguments that are not supported anymore. It does not crash because 'reasons'. However the new onchange does not return values since v9. The call is therefore not necessary anymore and the computation has been adapted accordingly.
Please register or sign in to comment