[jira] [Comment Edited] (OFBIZ-9968) Hardcoded dollar icons should be removed from uiLabels.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Comment Edited] (OFBIZ-9968) Hardcoded dollar icons should be removed from uiLabels.

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-9968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16240189#comment-16240189 ]

Jacques Le Roux edited comment on OFBIZ-9968 at 11/6/17 12:12 PM:
------------------------------------------------------------------

Oh I see, it seems to me that it's a simply a typo
{code}
$${condValue}
{code}
should not be used but
{code}
${condValue}
{code}
to evaluate the condValue



was (Author: jacques.le.roux):
Oh I see, it seems to me that it's a simply a typo
bq. $${condValue}
should not be used but
bq. ${condValue}
to evaluate the condValue


> Hardcoded dollar icons should be removed from uiLabels.
> -------------------------------------------------------
>
>                 Key: OFBIZ-9968
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9968
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Trunk
>            Reporter: Sonal Patwari
>            Assignee: Sonal Patwari
>
> For example: In 'ProductPromoUiLabels.xml' file 'ProductPromoCondition.PPIP_PRODUCT_TOTAL', 'ProductPromoCondition.PPIP_PRODUCT_AMOUNT' etc. uilabels contain hardcoded dollar icons. Hardcoded dollar icons bound the user. If there is an Indian business, So currency-uom-id will be INR instead of US Dollar. So, to make it consistent. Hardcoded dollar icons should be removed.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)