Author: jacopoc
Date: Thu Jun 26 08:56:40 2014
New Revision: 1605710
URL:
http://svn.apache.org/r1605710Log:
Applied fix from trunk for revision: 1605707
===
Applied fix from OFBIZ-3551: Patch to only show organization's custom time periods at trialbalance screen dropdown; thanks to Willem Janssen for the contribution.
Modified:
ofbiz/branches/release11.04/ (props changed)
ofbiz/branches/release11.04/applications/accounting/widget/ReportFinancialSummaryForms.xml
Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1605707
Modified: ofbiz/branches/release11.04/applications/accounting/widget/ReportFinancialSummaryForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/accounting/widget/ReportFinancialSummaryForms.xml?rev=1605710&r1=1605709&r2=1605710&view=diff==============================================================================
--- ofbiz/branches/release11.04/applications/accounting/widget/ReportFinancialSummaryForms.xml (original)
+++ ofbiz/branches/release11.04/applications/accounting/widget/ReportFinancialSummaryForms.xml Thu Jun 26 08:56:40 2014
@@ -532,6 +532,7 @@ under the License.
<drop-down>
<entity-options entity-name="CustomTimePeriod" key-field-name="customTimePeriodId" description="${periodName}: ${fromDate} - ${thruDate}" filter-by-date="false">
<entity-constraint name="periodTypeId" operator="like" value="FISCAL_%"/>
+ <entity-constraint name="organizationPartyId" operator="equals" value="${organizationPartyId}"/>
<entity-order-by field-name="-thruDate"/>
<entity-order-by field-name="periodNum"/>
</entity-options>