diff options
Diffstat (limited to 'httemplate/edit/part_device.html')
-rw-r--r-- | httemplate/edit/part_device.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/part_device.html b/httemplate/edit/part_device.html index aa626b379..da090dfa2 100644 --- a/httemplate/edit/part_device.html +++ b/httemplate/edit/part_device.html @@ -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>'; }; |