[freeside-commits] freeside/httemplate/elements tr-select-reason.html, 1.3.2.2, 1.3.2.3

Ivan,,, ivan at wavetail.420.am
Wed Dec 5 12:50:23 PST 2007


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv20906

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	tr-select-reason.html 
Log Message:
doh, order_by does have to include ORDER BY!

Index: tr-select-reason.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select-reason.html,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -d -r1.3.2.2 -r1.3.2.3
--- tr-select-reason.html	5 Dec 2007 20:47:51 -0000	1.3.2.2
+++ tr-select-reason.html	5 Dec 2007 20:50:21 -0000	1.3.2.3
@@ -121,7 +121,7 @@
   extra_sql => $extra_sql,
   addl_from => 'LEFT JOIN reason_type '.
                ' ON reason_type.typenum = reason.reason_type',
-  order_by  => 'reason_type.type ASC, reason.reason ASC',
+  order_by  => 'ORDER BY reason_type.type ASC, reason.reason ASC',
 });
 
 my $curuser = $FS::CurrentUser::CurrentUser;



More information about the freeside-commits mailing list