Author: erwan
Date: Tue Apr 6 08:08:22 2010
New Revision: 931045
URL:
http://svn.apache.org/viewvc?rev=931045&view=revLog:
Error screen in ap -> reports - OFBIZ-3640 (
https://issues.apache.org/jira/browse/OFBIZ-3640)
Modified:
ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml
Modified: ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml?rev=931045&r1=931044&r2=931045&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml Tue Apr 6 08:08:22 2010
@@ -27,7 +27,7 @@ under the License.
<set field="titleProperty" value="AccountingArPageTitleListReports"/>
<set field="tabButtonItem" value="viewReports"/>
<set field="invoiceTypeId" value="PURCHASE_INVOICE"/>
- <set field="organizationPartyId" from-field="organizationPartyId" default-value="${defaultOrganizationPartyId}"/>
+ <set field="organizationPartyId" from-field="userPreferences.ORGANIZATION_PARTY" default-value="${defaultOrganizationPartyId}"/>
<script location="component://accounting/webapp/accounting/WEB-INF/actions/invoice/InvoiceReport.groovy"/>
</actions>
<widgets>