svn commit: r1292091 - /ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1292091 - /ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl

apatel-2
Author: apatel
Date: Wed Feb 22 00:22:12 2012
New Revision: 1292091

URL: http://svn.apache.org/viewvc?rev=1292091&view=rev
Log:
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}&nbsp;</#if>
-                      ${creditCard.firstNameOnCard}&nbsp;
+                      ${creditCard.firstNameOnCard?default("N/A")}&nbsp;
                       <#if creditCard.middleNameOnCard?has_content>${creditCard.middleNameOnCard}&nbsp;</#if>
                       ${creditCard.lastNameOnCard?default("N/A")}
                       <#if creditCard.suffixOnCard?has_content>&nbsp;${creditCard.suffixOnCard}</#if>