[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3086] addons/1.3/enhanced_tb/trunk/sql/modules/ trial_balance.sql
- Subject: SF.net SVN: ledger-smb:[3086] addons/1.3/enhanced_tb/trunk/sql/modules/ trial_balance.sql
- From: ..hidden..
- Date: Tue, 05 Oct 2010 03:45:41 +0000
Revision: 3086
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3086&view=rev
Author: einhverfr
Date: 2010-10-05 03:45:41 +0000 (Tue, 05 Oct 2010)
Log Message:
-----------
Correcting db load error
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-10-04 21:34:57 UTC (rev 3085)
+++ addons/1.3/enhanced_tb/trunk/sql/modules/trial_balance.sql 2010-10-05 03:45:41 UTC (rev 3086)
@@ -279,7 +279,7 @@
tb.date_from,
tb.date_to,
tb.description,
- tb.yearend.
+ 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
@@ -448,4 +448,4 @@
END IF;
RETURN FALSE;
END;
-$body$ LANGUAGE PLPGSQL;
\ No newline at end of file
+$body$ LANGUAGE PLPGSQL;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.