From cec499e9e93b85696ba624616f3a6d0219d051cc Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Tue, 31 Mar 2026 22:38:27 -0400 Subject: [PATCH] fix: handle null/zero prices in mapping UI template toFixed() was failing on null values. Now uses explicit null/undefined checks so $0.00 prices display correctly instead of showing dashes. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../fusion_woocommerce/static/src/xml/product_mapping.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fusion-woo-odoo/fusion_woocommerce/static/src/xml/product_mapping.xml b/fusion-woo-odoo/fusion_woocommerce/static/src/xml/product_mapping.xml index 212e5380..d1fa43e6 100644 --- a/fusion-woo-odoo/fusion_woocommerce/static/src/xml/product_mapping.xml +++ b/fusion-woo-odoo/fusion_woocommerce/static/src/xml/product_mapping.xml @@ -153,11 +153,11 @@ - $ + $ - $ + $