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

svn commit: r1605709 - in /ofbiz/branches/release12.04: ./ applications/accounting/widget/ReportFinancialSummaryForms.xml

Author: jacopoc
Date: Thu Jun 26 08:56:04 2014
New Revision: 1605709

URL: http://svn.apache.org/r1605709
Log:
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/release12.04/   (props changed)
    ofbiz/branches/release12.04/applications/accounting/widget/ReportFinancialSummaryForms.xml

Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1605707

Modified: ofbiz/branches/release12.04/applications/accounting/widget/ReportFinancialSummaryForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/accounting/widget/ReportFinancialSummaryForms.xml?rev=1605709&r1=1605708&r2=1605709&view=diff
==============================================================================
--- ofbiz/branches/release12.04/applications/accounting/widget/ReportFinancialSummaryForms.xml (original)
+++ ofbiz/branches/release12.04/applications/accounting/widget/ReportFinancialSummaryForms.xml Thu Jun 26 08:56:04 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>