You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/02/16 13:49:33 UTC

svn commit: r1783211 - in /ofbiz/branches/release16.11: ./ applications/accounting/groovyScripts/reports/GlAccountTrialBalance.groovy

Author: jleroux
Date: Thu Feb 16 13:49:33 2017
New Revision: 1783211

URL: http://svn.apache.org/viewvc?rev=1783211&view=rev
Log:
"Applied fix from trunk for revision: 1783202" 
------------------------------------------------------------------------
r1783202 | jleroux | 2017-02-16 14:32:00 +0100 (jeu. 16 f�vr. 2017) | 9 lignes

Fixed: report GL Account Trial Balance
(OFBIZ-9216)


Go to Accouting --> Organization GL Settings -->Accounting button \u2013 >> 
reports --> GL Account Trial Balance
this report the give me an error 

Thanks: Moatasim Al Masri for report, Pierre Smits for patch
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release16.11/   (props changed)
    ofbiz/branches/release16.11/applications/accounting/groovyScripts/reports/GlAccountTrialBalance.groovy

Propchange: ofbiz/branches/release16.11/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Feb 16 13:49:33 2017
@@ -10,4 +10,5 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
+/ofbiz/ofbiz-framework/trunk:1783202
 /ofbiz/trunk:1770481,1770490,1770540,1771440,1771448,1771516,1771935,1772346,1772880,1774772,1775441,1779724,1780659,1781109,1781125,1781979,1782498,1782520

Modified: ofbiz/branches/release16.11/applications/accounting/groovyScripts/reports/GlAccountTrialBalance.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/accounting/groovyScripts/reports/GlAccountTrialBalance.groovy?rev=1783211&r1=1783210&r2=1783211&view=diff
==============================================================================
--- ofbiz/branches/release16.11/applications/accounting/groovyScripts/reports/GlAccountTrialBalance.groovy (original)
+++ ofbiz/branches/release16.11/applications/accounting/groovyScripts/reports/GlAccountTrialBalance.groovy Thu Feb 16 13:49:33 2017
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-
+import com.ibm.icu.util.Calendar
 import org.apache.ofbiz.accounting.util.UtilAccounting
 import org.apache.ofbiz.base.util.UtilDateTime
 import org.apache.ofbiz.base.util.UtilNumber