From 54e9f917891b6d567331dbee3280ca66ef54c30e Mon Sep 17 00:00:00 2001 From: Cody Maffucci <46459665+Maffooch@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:47:16 -0500 Subject: [PATCH] Correct product revenue value on the product details page (#8741) --- dojo/templates/dojo/view_product_details.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dojo/templates/dojo/view_product_details.html b/dojo/templates/dojo/view_product_details.html index d3be7c45aea..cc216a79d99 100644 --- a/dojo/templates/dojo/view_product_details.html +++ b/dojo/templates/dojo/view_product_details.html @@ -473,7 +473,7 @@

0 %} {% if prod.revenue < 1000000 %}{{ prod.revenue|intcomma }}{% else %}{{ prod.revenue|intword }}{% endif %} {% else %} - {{ prod.user_records|notspecified }} + {{ prod.revenue|notspecified }} {% endif %} @@ -696,4 +696,4 @@