[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[4319] branches/1.3
- Subject: SF.net SVN: ledger-smb:[4319] branches/1.3
- From: ..hidden..
- Date: Thu, 16 Feb 2012 01:54:42 +0000
Revision: 4319
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4319&view=rev
Author: einhverfr
Date: 2012-02-16 01:54:42 +0000 (Thu, 16 Feb 2012)
Log Message:
-----------
Minor change to documentation to correct inaccuracy on eoy_reopen_books function
Modified Paths:
--------------
branches/1.3/LedgerSMB.pm
branches/1.3/sql/modules/EndOfYear.sql
Modified: branches/1.3/LedgerSMB.pm
===================================================================
--- branches/1.3/LedgerSMB.pm 2012-02-15 10:07:29 UTC (rev 4318)
+++ branches/1.3/LedgerSMB.pm 2012-02-16 01:54:42 UTC (rev 4319)
@@ -356,7 +356,6 @@
{
$self->_db_init;
}
-
LedgerSMB::Company_Config::initialize($self);
#TODO move before _db_init to avoid _db_init with invalid session?
Modified: branches/1.3/sql/modules/EndOfYear.sql
===================================================================
--- branches/1.3/sql/modules/EndOfYear.sql 2012-02-15 10:07:29 UTC (rev 4318)
+++ branches/1.3/sql/modules/EndOfYear.sql 2012-02-16 01:54:42 UTC (rev 4319)
@@ -165,8 +165,7 @@
$$ LANGUAGE PLPGSQL;
COMMENT ON FUNCTION eoy_reopen_books(in_end_date date) IS
-$$ Removes checkpoints and reverses yearend transactions starting on
-in_end_date$$;
+$$ Removes checkpoints and reverses yearend transactions on in_end_date$$;
CREATE OR REPLACE FUNCTION account__obtain_balance
(in_transdate date, in_account_id int)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.