[freeside-commits] freeside/httemplate/edit part_device.html, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Fri Mar 5 10:10:28 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv30366/httemplate/edit

Modified Files:
	part_device.html 
Log Message:
random nits for grandstream provisioning :UI, docs, java path, s/system/IPC::Run/ for better error handling.  RT#7132

Index: part_device.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_device.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- part_device.html	8 Feb 2010 15:37:29 -0000	1.2
+++ part_device.html	5 Mar 2010 18:10:26 -0000	1.3
@@ -20,6 +20,8 @@
       );
 $extra_sql = $extra_sql ? " WHERE ( $extra_sql ) " : " WHERE 0 = 1 ";
 
+warn $extra_sql;
+
 my $html_bottom_sub = sub {
   my $part_device = shift;
 
@@ -37,7 +39,6 @@
                                       $o->exporttype. ' to '. $o->machine;
                                     },
          ).
-  '<BR>'.
   '</TD></TR></TABLE>';
 
 };



More information about the freeside-commits mailing list