Author: apatel
Date: Wed Feb 22 00:22:12 2012
New Revision: 1292091
URL:
http://svn.apache.org/viewvc?rev=1292091&view=revLog:
migrating bug fix from trunk r1292089
Modified:
ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl
Modified: ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl?rev=1292091&r1=1292090&r2=1292091&view=diff==============================================================================
--- ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl (original)
+++ ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl Wed Feb 22 00:22:12 2012
@@ -290,7 +290,7 @@ under the License.
<#if creditCard?has_content>
<#if creditCard.companyNameOnCard?exists>${creditCard.companyNameOnCard}<br /></#if>
<#if creditCard.titleOnCard?has_content>${creditCard.titleOnCard} </#if>
- ${creditCard.firstNameOnCard}
+ ${creditCard.firstNameOnCard?default("N/A")}
<#if creditCard.middleNameOnCard?has_content>${creditCard.middleNameOnCard} </#if>
${creditCard.lastNameOnCard?default("N/A")}
<#if creditCard.suffixOnCard?has_content> ${creditCard.suffixOnCard}</#if>