Author: erwan
Date: Tue Mar 30 16:26:05 2010
New Revision: 929183
URL:
http://svn.apache.org/viewvc?rev=929183&view=revLog:
organizationPartyId wasn't set, so the ListReports was in error
Modified:
ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.xml
Modified: ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.xml?rev=929183&r1=929182&r2=929183&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.xml Tue Mar 30 16:26:05 2010
@@ -27,7 +27,7 @@ under the License.
<set field="headerItem" value="reports"/>
<set field="titleProperty" value="AccountingArPageTitleListReports"/>
<set field="invoiceTypeId" value="SALES_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>