Author: jleroux Date: Mon May 23 20:42:00 2016 New Revision: 1745264 URL: http://svn.apache.org/viewvc?rev=1745264&view=rev Log: A patch from Kongrath Suankaewmanee for "The number of gl account when printing/exporting chart of account pdf report in global gl setting alway show 20 items. " https://issues.apache.org/jira/browse/OFBIZ-7038
At https://localhost:8443/accounting/control/globalGLSettings the number of GL accounts is wrong: always 20 items in PDF report list and same problem with XML export in the same screen. Modified: ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml Modified: ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml?rev=1745264&r1=1745263&r2=1745264&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml Mon May 23 20:42:00 2016 @@ -101,6 +101,9 @@ under the License. <field name="externalId"><display/></field> </form> <form name="ListGlAccountPdf" extends="ListGlAccount"> + <actions> + <entity-condition entity-name="GlAccount" list="listIt"/> + </actions> <field name="accountCode" title="${uiLabelMap.CommonCode}" widget-style="buttontext"><display/></field> </form>

