[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6443] trunk/sql/modules/TaxForm.sql
- Subject: SF.net SVN: ledger-smb:[6443] trunk/sql/modules/TaxForm.sql
- From: ..hidden..
- Date: Sat, 11 Jan 2014 09:36:49 +0000
Revision: 6443
http://sourceforge.net/p/ledger-smb/code/6443
Author: einhverfr
Date: 2014-01-11 09:36:48 +0000 (Sat, 11 Jan 2014)
Log Message:
-----------
Fixing bug 938, missing column in routines to save taxform
Modified Paths:
--------------
trunk/sql/modules/TaxForm.sql
Modified: trunk/sql/modules/TaxForm.sql
===================================================================
--- trunk/sql/modules/TaxForm.sql 2014-01-11 09:33:15 UTC (rev 6442)
+++ trunk/sql/modules/TaxForm.sql 2014-01-11 09:36:48 UTC (rev 6443)
@@ -19,7 +19,8 @@
RETURN in_id;
END IF;
- insert into country_tax_form(country_id,form_name, default_reportable)
+ insert into country_tax_form(country_id,form_name, default_reportable,
+ is_accrual)
values (in_country_id, in_form_name,
coalesce(in_default_reportable, false),
coalesce(in_is_accrual, false));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits