Author: jleroux
Date: Mon Dec 3 14:19:17 2007
New Revision: 600711
URL:
http://svn.apache.org/viewvc?rev=600711&view=revLog:
Applied fix from trunk for revision: 600699
Modified:
ofbiz/branches/release4.0/applications/order/webapp/ordermgr/quote/quoteReportContactMechs.fo.ftl
Modified: ofbiz/branches/release4.0/applications/order/webapp/ordermgr/quote/quoteReportContactMechs.fo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/order/webapp/ordermgr/quote/quoteReportContactMechs.fo.ftl?rev=600711&r1=600710&r2=600711&view=diff==============================================================================
--- ofbiz/branches/release4.0/applications/order/webapp/ordermgr/quote/quoteReportContactMechs.fo.ftl (original)
+++ ofbiz/branches/release4.0/applications/order/webapp/ordermgr/quote/quoteReportContactMechs.fo.ftl Mon Dec 3 14:19:17 2007
@@ -41,7 +41,7 @@
<#if toPostalAddress?exists>
<fo:block>${toPostalAddress.address1?if_exists}</fo:block>
<fo:block>${toPostalAddress.address2?if_exists}</fo:block>
- <fo:block>${toPostalAddress.city}<#if toPostalAddress.stateProvinceGeoId?has_content>, ${toPostalAddress.stateProvinceGeoId}</#if> ${toPostalAddress.postalCode?if_exists}</fo:block>
+ <fo:block>${toPostalAddress.city?if_exists}<#if toPostalAddress.stateProvinceGeoId?has_content>, ${toPostalAddress.stateProvinceGeoId}</#if> ${toPostalAddress.postalCode?if_exists}</fo:block>
</#if>
</fo:block>
</fo:table-cell>