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

SF.net SVN: ledger-smb:[6941] trunk/sql



Revision: 6941
          http://sourceforge.net/p/ledger-smb/code/6941
Author:   tshvr
Date:     2014-03-18 11:24:04 +0000 (Tue, 18 Mar 2014)
Log Message:
-----------
undoing r6940,better changing company_control to entity_control

Revision Links:
--------------
    http://sourceforge.net/p/ledger-smb/code/6940

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

Modified: trunk/sql/Pg-database.sql
===================================================================
--- trunk/sql/Pg-database.sql	2014-03-18 10:34:48 UTC (rev 6940)
+++ trunk/sql/Pg-database.sql	2014-03-18 11:24:04 UTC (rev 6941)
@@ -1357,7 +1357,6 @@
 decimal_places|2
 disable_back|0
 dojo_theme|claro
-company_control|1
 \.
 
 -- Sequence handling

Modified: trunk/sql/modules/Company.sql
===================================================================
--- trunk/sql/modules/Company.sql	2014-03-18 10:34:48 UTC (rev 6940)
+++ trunk/sql/modules/Company.sql	2014-03-18 11:24:04 UTC (rev 6941)
@@ -723,7 +723,8 @@
 	--t_company_id := in_id;--not used
 
 	IF in_control_code IS NULL THEN
-		t_control_code := setting_increment('company_control');
+		--t_control_code := setting_increment('company_control');
+		t_control_code := setting_increment('entity_control');
 	ELSE
 		t_control_code := in_control_code;
 	END IF;

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits