[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3067] addons/1.3/enhanced_tb/trunk/sql/modules/ trial_balance.sql



Revision: 3067
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3067&view=rev
Author:   aurynn_cmd
Date:     2010-09-22 23:13:07 +0000 (Wed, 22 Sep 2010)

Log Message:
-----------
Fixes a select statement in trial_balance__get

Modified Paths:
--------------
    addons/1.3/enhanced_tb/trunk/sql/modules/trial_balance.sql

Modified: addons/1.3/enhanced_tb/trunk/sql/modules/trial_balance.sql
===================================================================
--- addons/1.3/enhanced_tb/trunk/sql/modules/trial_balance.sql	2010-09-22 20:26:06 UTC (rev 3066)
+++ addons/1.3/enhanced_tb/trunk/sql/modules/trial_balance.sql	2010-09-22 23:13:07 UTC (rev 3067)
@@ -279,6 +279,7 @@
            tb.date_from, 
            tb.date_to, 
            tb.description, 
+           tb.yearend.
            tbh.heading_id,
            (ARRAY(SELECT account_id FROM trial_balance__account_to_report WHERE report_id = tb.id)) as accounts
      FROM trial_balance tb


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.