[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5189] trunk/sql/modules
- Subject: SF.net SVN: ledger-smb:[5189] trunk/sql/modules
- From: ..hidden..
- Date: Tue, 13 Nov 2012 14:03:35 +0000
Revision: 5189
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5189&view=rev
Author: einhverfr
Date: 2012-11-13 14:03:35 +0000 (Tue, 13 Nov 2012)
Log Message:
-----------
Committing Berend Tober's patches
Modified Paths:
--------------
trunk/sql/modules/Fixes.sql
trunk/sql/modules/Voucher.sql
Modified: trunk/sql/modules/Fixes.sql
===================================================================
--- trunk/sql/modules/Fixes.sql 2012-11-13 14:00:33 UTC (rev 5188)
+++ trunk/sql/modules/Fixes.sql 2012-11-13 14:03:35 UTC (rev 5189)
@@ -6,10 +6,6 @@
-- during 1.4m2
BEGIN;
-ALTER TABLE makemodel ADD barcode TEXT;
-
-COMMIT;
-
BEGIN;
ALTER TABLE account ADD COLUMN is_temp BOOL NOT NULL DEFAULT FALSE;
COMMIT;
Modified: trunk/sql/modules/Voucher.sql
===================================================================
--- trunk/sql/modules/Voucher.sql 2012-11-13 14:00:33 UTC (rev 5188)
+++ trunk/sql/modules/Voucher.sql 2012-11-13 14:03:35 UTC (rev 5189)
@@ -140,7 +140,7 @@
);
CREATE OR REPLACE FUNCTION
-batch__search(in_class_id int, in_description text, in_created_by_eid int,
+batch_search(in_class_id int, in_description text, in_created_by_eid int,
in_date_from date, in_date_to date,
in_amount_gt numeric,
in_amount_lt numeric, in_approved bool)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.