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

SF.net SVN: ledger-smb:[5719] trunk/sql/modules/Company.sql



Revision: 5719
          http://sourceforge.net/p/ledger-smb/code/5719
Author:   ehuelsmann
Date:     2013-04-28 12:02:34 +0000 (Sun, 28 Apr 2013)
Log Message:
-----------
Fix mismatched parens in contact_search().

Modified Paths:
--------------
    trunk/sql/modules/Company.sql

Modified: trunk/sql/modules/Company.sql
===================================================================
--- trunk/sql/modules/Company.sql	2013-04-28 10:22:37 UTC (rev 5718)
+++ trunk/sql/modules/Company.sql	2013-04-28 12:02:34 UTC (rev 5719)
@@ -330,7 +330,7 @@
                                             IN (SELECT id FROM country
 						 WHERE name ilike in_country
 						       OR short_name 
-                                                       ilike in_country)))
+                                                       ilike in_country))))
 			AND (ec.business_id = 
 				coalesce(in_business_id, ec.business_id)
 				OR (ec.business_id IS NULL 

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