[
https://issues.apache.org/jira/browse/OFBIZ-12443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455345#comment-17455345
]
Jacques Le Roux edited comment on OFBIZ-12443 at 12/8/21, 3:56 PM:
-------------------------------------------------------------------
This examples were created following links
({{{}accounting/control/EditFinAccount?finAccountId=ABN_CHECKING{}}} and then
{{{}accounting/control/FindFinAccountTrans{}}}) as an auditor (at OFBIZ-12438)
where in FinAccountTrans.ftl
{{<assign accountCurrencyUomId = finAccount.currencyUomId/>}}
and in FinAccountTransTotals.ftl
{{<td><@ofbizCurrency amount=grandTotal isoCode=accountCurrencyUomId/> /
${searchedNumberOfRecords}</td>}}
are used.
There are other screens were it happens, notably with forms widgets.
was (Author: jacques.le.roux):
This examples were created following links
({{{}accounting/control/EditFinAccount?finAccountId=ABN_CHECKING{}}} and then
{{{}accounting/control/FindFinAccountTrans{}}}) as an auditor (at OFBIZ-12438)
where in FinAccountTrans.ftl
{{<assign accountCurrencyUomId = finAccount.currencyUomId/>}}
and in FinAccountTransTotals.ftl
{{<td><@ofbizCurrency amount=grandTotal isoCode=accountCurrencyUomId/> /
${searchedNumberOfRecords}</td>}}
are used.
There are other screens were it happens, notably with forms widgets.
> Weird behaviour with currency symbols
> -------------------------------------
>
> Key: OFBIZ-12443
> URL: https://issues.apache.org/jira/browse/OFBIZ-12443
> Project: OFBiz
> Issue Type: Bug
> Components: ALL APPLICATIONS, ALL PLUGINS
> Affects Versions: Trunk
> Reporter: Jacques Le Roux
> Priority: Minor
> Labels: usability
> Attachments: Image 001.png, Image 002.png, Image 003.png
>
>
> In some screens the $ currency symbol is not showing well. I guess it's true
> for all screens so I put all applications and plugins. I don't know if only
> trunk is affected.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)