You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2013/03/24 21:01:06 UTC

svn commit: r1460429 - /ofbiz/branches/release12.04/applications/accounting/webapp/accounting/WEB-INF/actions/reports/AcctgTransEntriesSearchResultsParameters.groovy

Author: jleroux
Date: Sun Mar 24 20:01:05 2013
New Revision: 1460429

URL: http://svn.apache.org/r1460429
Log:
A patch from Jeremy Olmstead for "Unable to search accounting transaction entries by productId " https://issues.apache.org/jira/browse/OFBIZ-5160

Complete r1460426  

Modified:
    ofbiz/branches/release12.04/applications/accounting/webapp/accounting/WEB-INF/actions/reports/AcctgTransEntriesSearchResultsParameters.groovy

Modified: ofbiz/branches/release12.04/applications/accounting/webapp/accounting/WEB-INF/actions/reports/AcctgTransEntriesSearchResultsParameters.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/accounting/webapp/accounting/WEB-INF/actions/reports/AcctgTransEntriesSearchResultsParameters.groovy?rev=1460429&r1=1460428&r2=1460429&view=diff
==============================================================================
--- ofbiz/branches/release12.04/applications/accounting/webapp/accounting/WEB-INF/actions/reports/AcctgTransEntriesSearchResultsParameters.groovy (original)
+++ ofbiz/branches/release12.04/applications/accounting/webapp/accounting/WEB-INF/actions/reports/AcctgTransEntriesSearchResultsParameters.groovy Sun Mar 24 20:01:05 2013
@@ -22,7 +22,7 @@ def module = "AcctgTransEntriesSearchRes
 try {
     def birtParameters = [:];
     birtParameters.organizationPartyId = parameters.organizationPartyId;
-    birtParameters.produtId = parameters.produtId;
+    birtParameters.productId = parameters.productId;
     birtParameters.isPosted = parameters.isPosted;
     birtParameters.invoiceId = parameters.invoiceId;
     birtParameters.acctgTransId = parameters.acctgTransId;