[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2611] trunk/sql/modules/test/Company.sql
- Subject: SF.net SVN: ledger-smb:[2611] trunk/sql/modules/test/Company.sql
- From: ..hidden..
- Date: Thu, 21 May 2009 21:59:16 +0000
Revision: 2611
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2611&view=rev
Author: einhverfr
Date: 2009-05-21 21:59:16 +0000 (Thu, 21 May 2009)
Log Message:
-----------
Correcting issue with entity credit save and test case
Modified Paths:
--------------
trunk/sql/modules/test/Company.sql
Modified: trunk/sql/modules/test/Company.sql
===================================================================
--- trunk/sql/modules/test/Company.sql 2009-05-21 21:10:18 UTC (rev 2610)
+++ trunk/sql/modules/test/Company.sql 2009-05-21 21:59:16 UTC (rev 2611)
@@ -11,7 +11,7 @@
SELECT 'Saving Credit Acct',
entity_credit_save( NULL , 1, currval('entity_id_seq')::int, 'TEST', 0, false,
0, 0, 0, 'test-123', NULL, NULL, NULL, 'USD', now()::date, now()::date,
- 0, NULL, NULL)
+ 0, NULL, NULL, NULL)
IS NOT NULL;
INSERT INTO test_result (test_name, success)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.