Author: jleroux
Date: Sun Jan 11 10:02:42 2015
New Revision: 1650881

URL: http://svn.apache.org/r1650881
Log:
This which is a WIP part of OFBIZ-5945 has slipped in inadvertently, reverting 
for now

Modified:
    
ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/GlReconciledFinAccountTrans.ftl

Modified: 
ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/GlReconciledFinAccountTrans.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/GlReconciledFinAccountTrans.ftl?rev=1650881&r1=1650880&r2=1650881&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/GlReconciledFinAccountTrans.ftl
 (original)
+++ 
ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/GlReconciledFinAccountTrans.ftl
 Sun Jan 11 10:02:42 2015
@@ -176,7 +176,7 @@ under the License.
               <td>${finAccountTransType.description!}</td>
               <td><#if partyName?has_content>${(partyName.firstName)!} 
${(partyName.lastName)!} ${(partyName.groupName)!}<a 
href="/partymgr/control/viewprofile?partyId=${partyName.partyId}">[${(partyName.partyId)!}]</a></#if></td>
               <td>${finAccountTrans.transactionDate!}</td>
-              <td>${finAccountTrans.entryDate!}</td>
+              <td>${finAccountTrans.entryDateId!}</td>
               <td><@ofbizCurrency amount=finAccountTrans.amount 
isoCode=defaultOrganizationPartyCurrencyUomId/></td>
               <td>
                 <#if finAccountTrans.paymentId?has_content>


Reply via email to