[wiaflos-devel] COMMIT - r283 - trunk/wiaflos/server

svn at linuxrulz.org svn at linuxrulz.org
Sat May 16 14:24:55 GMT 2009


Author: nkukard
Date: 2009-05-16 14:24:55 +0000 (Sat, 16 May 2009)
New Revision: 283

Modified:
   trunk/wiaflos/server/GL.pm
Log:
* Properly return the transaction Type


Modified: trunk/wiaflos/server/GL.pm
===================================================================
--- trunk/wiaflos/server/GL.pm	2009-05-16 14:23:06 UTC (rev 282)
+++ trunk/wiaflos/server/GL.pm	2009-05-16 14:24:55 UTC (rev 283)
@@ -694,6 +694,7 @@
 	my $sth = DBSelect("
 		SELECT 
 			gl_transactions.ID, gl_transactions.TransactionDate, gl_transactions.Reference, 
+			gl_transactions.Type,
 			gl_transactions.Posted
 		FROM
 			gl_transactions $extraTables



More information about the wiaflos-devel mailing list