svn commit: r1861852 - /ofbiz/branches/release16.11/applications/accounting/webapp/accounting/WEB-INF/actions/agreement/GetPartyNameForDate.groovy

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

svn commit: r1861852 - /ofbiz/branches/release16.11/applications/accounting/webapp/accounting/WEB-INF/actions/agreement/GetPartyNameForDate.groovy

Pawan Verma-2
Author: pawan
Date: Sat Jun 22 12:00:40 2019
New Revision: 1861852

URL: http://svn.apache.org/viewvc?rev=1861852&view=rev
Log:
Fixed: Issue of agreement overview does not show names of parties.
(OFBIZ-10900)
Thanks Pierre Smits for your contribution.

Modified:
    ofbiz/branches/release16.11/applications/accounting/webapp/accounting/WEB-INF/actions/agreement/GetPartyNameForDate.groovy

Modified: ofbiz/branches/release16.11/applications/accounting/webapp/accounting/WEB-INF/actions/agreement/GetPartyNameForDate.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/accounting/webapp/accounting/WEB-INF/actions/agreement/GetPartyNameForDate.groovy?rev=1861852&r1=1861851&r2=1861852&view=diff
==============================================================================
--- ofbiz/branches/release16.11/applications/accounting/webapp/accounting/WEB-INF/actions/agreement/GetPartyNameForDate.groovy (original)
+++ ofbiz/branches/release16.11/applications/accounting/webapp/accounting/WEB-INF/actions/agreement/GetPartyNameForDate.groovy Sat Jun 22 12:00:40 2019
@@ -1,5 +1,3 @@
-partyIdFrom = parameters.partyIdFrom
-partyIdTo = parameters.partyIdTo
 if (partyIdFrom) {
     context.partyNameResultFrom = runService("getPartyNameForDate", [partyId: partyIdFrom, compareDate: agreementDate, lastNameFirst: "Y"])
 }