Commit 64cc6d7f authored by Project Open's avatar Project Open

Finance Finance Portlet: subtotal formatting locale set to en_US

Previously lc_numeric used the default (user) locale for formatting,
which is inconsistent given that the rest of the page has en_US
number formatting.
parent caf5c6e5
......@@ -1551,7 +1551,7 @@ ad_proc im_costs_project_finance_component {
<tr class=rowplain>
<td colspan=[expr $colspan - 3 + $show_status_p + $show_subprojects_p]>&nbsp;</td>
<td align='right' colspan=1>
<b><nobr>[lc_numeric $sum] $default_currency</nobr></b>
<b><nobr>[lc_numeric $sum "" "en_US"] $default_currency</nobr></b>
</td>
"
if {$show_payments_p} { append cost_html "<td>&nbsp</td>\n<td>&nbsp</td>\n" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment