[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3011] trunk/sql/modules/Company.sql
- Subject: SF.net SVN: ledger-smb:[3011] trunk/sql/modules/Company.sql
- From: ..hidden..
- Date: Thu, 03 Jun 2010 01:51:55 +0000
Revision: 3011
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3011&view=rev
Author: einhverfr
Date: 2010-06-03 01:51:36 +0000 (Thu, 03 Jun 2010)
Log Message:
-----------
Correcting bug in entity_credit_save for 1099 and payto name handling
Modified Paths:
--------------
trunk/sql/modules/Company.sql
Modified: trunk/sql/modules/Company.sql
===================================================================
--- trunk/sql/modules/Company.sql 2010-05-28 20:50:43 UTC (rev 3010)
+++ trunk/sql/modules/Company.sql 2010-06-03 01:51:36 UTC (rev 3011)
@@ -495,6 +495,8 @@
discount_terms,
threshold,
ar_ap_account_id,
+ pay_to_name,
+ taxform_id,
cash_account_id
)
@@ -516,6 +518,8 @@
in_discount_terms,
in_threshold,
in_ar_ap_account_id,
+ in_pay_to_name,
+ in_taxform_id,
in_cash_account_id
);
RETURN currval('entity_credit_account_id_seq');
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.