diff --git a/app/helpers/admin/products_helper.rb b/app/helpers/admin/products_helper.rb index 5c13c4a0d3..1edd8d0a28 100644 --- a/app/helpers/admin/products_helper.rb +++ b/app/helpers/admin/products_helper.rb @@ -22,7 +22,8 @@ module Admin precised_unit_value = number_with_precision( scaled_unit_value, precision: nil, - strip_insignificant_zeros: true + strip_insignificant_zeros: true, + significant: false, ) end