svn commit: r1605710 - in /ofbiz/branches/release11.04: ./ applications/accounting/widget/ReportFinancialSummaryForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1605710 - in /ofbiz/branches/release11.04: ./ applications/accounting/widget/ReportFinancialSummaryForms.xml

jacopoc
Author: jacopoc
Date: Thu Jun 26 08:56:40 2014
New Revision: 1605710

URL: http://svn.apache.org/r1605710
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/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>