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

Re: Status of 1.4 and call for involvement



Chris Travers wrote:
Hi all;

1.4 is coming along.  We could use more involvement.  I won't
promise that everything works but the core of the software should.


I believe the name of function "batch_search" is spelled incorrectly at line 143.

Attached patch fixes.

Index: sql/modules/Voucher.sql
===================================================================
--- sql/modules/Voucher.sql	(revision 5185)
+++ sql/modules/Voucher.sql	(working copy)
@@ -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)