Author: ashish
Date: Sat Jul 16 13:07:03 2016
New Revision: 1752953

URL: http://svn.apache.org/viewvc?rev=1752953&view=rev
Log:
Applied patch from jira issue - OFBIZ-7860 - Clean up commented out code in 
Free Marker Template for Accounting.
Thanks so much Aman for the contribution.

Modified:
    ofbiz/trunk/applications/accounting/template/common/CreditCardFields.ftl

Modified: 
ofbiz/trunk/applications/accounting/template/common/CreditCardFields.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/template/common/CreditCardFields.ftl?rev=1752953&r1=1752952&r2=1752953&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/template/common/CreditCardFields.ftl 
(original)
+++ ofbiz/trunk/applications/accounting/template/common/CreditCardFields.ftl 
Sat Jul 16 13:07:03 2016
@@ -126,13 +126,6 @@ under the License.
         </#if>
     <#if showToolTip?has_content><span 
class="tooltip">${uiLabelMap.CommonRequired}</span><#else>*</#if></td>
   </tr>
-  <#--<tr>
-    <td width="26%" align="right" 
valign="middle">${uiLabelMap.AccountingCardSecurityCode}</td>
-    <td width="5">&nbsp;</td>
-    <td width="74%">
-        <input type="text" size="5" maxlength="10" name="cardSecurityCode" 
value="${creditCard.cardSecurityCode!}" />
-    </td>
-  </tr>-->
   <tr>
     <td width="26%" align="right" 
valign="middle"><b>${uiLabelMap.AccountingExpirationDate}</b></td>
     <td width="5">&nbsp;</td>


Reply via email to