[
https://issues.apache.org/jira/browse/OFBIZ-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468526
]
Ismail Cansiz commented on OFBIZ-667:
-------------------------------------
Jacques,
There is a line (line 188) in orderitems.ftl file.
<b>${uiLabelMap.OrderJurisdiction}:</b> ${primaryGeo.geoName}
[${primaryGeo.abbreviation?if_exists}]
If vatTaxAuthGeoId is null, primaryGeo.geoName is null too in my test db. So
erros occured.
Also in this situation, it's not important to display primaryGeo fields.
Another solution may be replace "${primaryGeo.geoName} " with
"${primaryGeo.geoName?if_exists} ".
ie full line is
<b>${uiLabelMap.OrderJurisdiction}:</b> ${primaryGeo.geoName?if_exists}
[${primaryGeo.abbreviation?if_exists}]
Thanks,
Ismail
> Bug in displaying order items when using old style calcTax service
> ------------------------------------------------------------------
>
> Key: OFBIZ-667
> URL: https://issues.apache.org/jira/browse/OFBIZ-667
> Project: OFBiz (The Open for Business Project)
> Issue Type: Bug
> Components: ecommerce, order
> Environment: Centos Linux 4.4, Java 1.5
> Reporter: Ismail Cansiz
> Priority: Minor
> Attachments: orderitems.patch
>
>
> There is a bug in orderitems.ftl when using old style calcTax service.
> I attached a patch file for this bug.
> Ismail Cansiz
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.