You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2010/04/06 10:08:23 UTC

svn commit: r931045 - /ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml

Author: erwan
Date: Tue Apr  6 08:08:22 2010
New Revision: 931045

URL: http://svn.apache.org/viewvc?rev=931045&view=rev
Log:
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>