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

SF.net SVN: ledger-smb:[2936] addons/1.3/assets/trunk/sql/modules/Assets. sql



Revision: 2936
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2936&view=rev
Author:   einhverfr
Date:     2010-03-01 19:23:51 +0000 (Mon, 01 Mar 2010)

Log Message:
-----------
Correcting a syntax error

Modified Paths:
--------------
    addons/1.3/assets/trunk/sql/modules/Assets.sql

Modified: addons/1.3/assets/trunk/sql/modules/Assets.sql
===================================================================
--- addons/1.3/assets/trunk/sql/modules/Assets.sql	2010-03-01 17:05:39 UTC (rev 2935)
+++ addons/1.3/assets/trunk/sql/modules/Assets.sql	2010-03-01 19:23:51 UTC (rev 2936)
@@ -386,7 +386,7 @@
 		in_purchase_value, in_usable_life, in_salvage_value,
 		in_department_id, in_warehouse_id, in_invoice_id,
                 in_asset_account_id, in_dep_account_id,
-                coalesce(in_start_depreciation, in_purchase_date)
+                coalesce(in_start_depreciation, in_purchase_date),
                 in_exp_account_id);
 
 	SELECT * INTO ret_val FROM asset_item 


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