Author: jleroux
Date: Fri Mar 23 05:27:00 2007
New Revision: 521700
URL:
http://svn.apache.org/viewvc?view=rev&rev=521700Log:
A patch from Ashish Vijaywargiya "Typo Mistake in stateProvinceAbbr" (
https://issues.apache.org/jira/browse/OFBIZ-838)
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl?view=diff&rev=521700&r1=521699&r2=521700==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl Fri Mar 23 05:27:00 2007
@@ -28,7 +28,7 @@
<#if postalAddress?has_content>
<fo:block>${postalAddress.address1?if_exists}</fo:block>
<#if postalAddress.address2?has_content><fo:block>${postalAddress.address2?if_exists}</fo:block></#if>
- <fo:block>${postalAddress.city?if_exists}, ${stateProvinceAbbrv?if_exists} ${postalAddress.postalCode?if_exists}, ${countryName?if_exists}</fo:block>
+ <fo:block>${postalAddress.city?if_exists}, ${stateProvinceAbbr?if_exists} ${postalAddress.postalCode?if_exists}, ${countryName?if_exists}</fo:block>
</#if>
<#else>
<fo:block>${uiLabelMap.CommonNoPostalAddress}</fo:block>