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) 
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Ledger-smb-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel

Reply via email to