X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_device.html;h=da090dfa23439d28ad1268bbdb50b4f1ed747cc3;hp=aa626b3797a869929ee1893e3c328738e7e140b2;hb=44dd374b149762d3c874dbf17a2d27223a0dc15d;hpb=a78537f28bba3c27b22158b29e5ee31e9a7d5bae 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; }, ). - '
'. ''; };