Chris Travers wrote:
> Anyone who would like help getting started should email this list.
>


I think there is something wrong  in file 
"sql/modules/Payroll.sql" at lines

  72 CREATE OR REPLACE FUNCTION payroll_income_type__get(in_id int)
  73 RETURNS payroll_income_type AS $$
  74 SELECT * FROM payroll_income_class WHERE id  = $1;
  75 $$ LANGUAGE SQL;


The declared return type is "payroll_income_type", but it 
actually returns a set of "payroll_income_class" rows. These 
objects have different types




------------------------------------------------------------------------------
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