[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5365] trunk/sql/modules/Voucher.sql
- Subject: SF.net SVN: ledger-smb:[5365] trunk/sql/modules/Voucher.sql
- From: ..hidden..
- Date: Sat, 15 Dec 2012 14:31:35 +0000
Revision: 5365
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5365&view=rev
Author: einhverfr
Date: 2012-12-15 14:31:35 +0000 (Sat, 15 Dec 2012)
Log Message:
-----------
More batch search fixes
Modified Paths:
--------------
trunk/sql/modules/Voucher.sql
Modified: trunk/sql/modules/Voucher.sql
===================================================================
--- trunk/sql/modules/Voucher.sql 2012-12-15 14:28:46 UTC (rev 5364)
+++ trunk/sql/modules/Voucher.sql 2012-12-15 14:31:35 UTC (rev 5365)
@@ -142,7 +142,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)
@@ -217,7 +217,7 @@
$$ LANGUAGE PLPGSQL;
COMMENT ON 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) IS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.