random nits for grandstream provisioning :UI, docs, java path, s/system/IPC::Run...
[freeside.git] / httemplate / edit / part_device.html
index aa626b3..da090df 100644 (file)
@@ -20,6 +20,8 @@ my $extra_sql =
       );
 $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 @@ my $html_bottom_sub = sub {
                                       $o->exporttype. ' to '. $o->machine;
                                     },
          ).
-  '<BR>'.
   '</TD></TR></TABLE>';
 
 };