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

SF.net SVN: ledger-smb:[3742] branches/1.3/sql/modules/Company.sql



Revision: 3742
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3742&view=rev
Author:   einhverfr
Date:     2011-09-24 22:07:14 +0000 (Sat, 24 Sep 2011)
Log Message:
-----------
Correcting 3412044

Modified Paths:
--------------
    branches/1.3/sql/modules/Company.sql

Modified: branches/1.3/sql/modules/Company.sql
===================================================================
--- branches/1.3/sql/modules/Company.sql	2011-09-24 19:36:18 UTC (rev 3741)
+++ branches/1.3/sql/modules/Company.sql	2011-09-24 22:07:14 UTC (rev 3742)
@@ -530,7 +530,7 @@
 RETURNS SETOF entity AS $$
 SELECT * FROM entity WHERE control_code = $1 $$ language sql;
 
-COMMENT ON entity__get_by_cc (in_control_code text) IS
+COMMENT ON FUNCTION entity__get_by_cc (in_control_code text) IS
 $$ Returns the entity row attached to the control code. $$;
 
 create or replace function save_taxform 

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