Author: sichen
Date: Mon Nov 27 12:44:19 2006
New Revision: 479759
URL:
http://svn.apache.org/viewvc?view=rev&rev=479759Log:
fix bug where credit card billing address doesn't have some fields
Modified:
incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/editcreditcard.ftl
Modified: incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/editcreditcard.ftl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/editcreditcard.ftl?view=diff&rev=479759&r1=479758&r2=479759==============================================================================
--- incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/editcreditcard.ftl (original)
+++ incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/editcreditcard.ftl Mon Nov 27 12:44:19 2006
@@ -190,7 +190,7 @@
<#if curPostalAddress.attnName?exists><b>${uiLabelMap.PartyAddrAttnName}:</b> ${curPostalAddress.attnName}<br/></#if>
${curPostalAddress.address1?if_exists}<br/>
<#if curPostalAddress.address2?exists>${curPostalAddress.address2}<br/></#if>
- ${curPostalAddress.city}<#if curPostalAddress.stateProvinceGeoId?has_content>, ${curPostalAddress.stateProvinceGeoId}</#if> ${curPostalAddress.postalCode}
+ ${curPostalAddress.city?if_exists}<#if curPostalAddress.stateProvinceGeoId?has_content>, ${curPostalAddress.stateProvinceGeoId?if_exists}</#if> ${curPostalAddress.postalCode?if_exists}
<#if curPostalAddress.countryGeoId?exists><br/>${curPostalAddress.countryGeoId}</#if>
</div>
<div class="tabletext">(${uiLabelMap.CommonUpdated}: ${(curPartyContactMech.fromDate.toString())?if_exists})</div>