summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_svc.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/part_svc.cgi')
-rwxr-xr-xhttemplate/edit/part_svc.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi
index 918e6ab9c..57ab3985e 100755
--- a/httemplate/edit/part_svc.cgi
+++ b/httemplate/edit/part_svc.cgi
@@ -224,7 +224,6 @@ function fixup(what) {
print qq!<SELECT NAME="${svcdb}__${field}">!;
print '<OPTION> </OPTION>' unless $value;
foreach my $record ( qsearch( $def->{select_table}, {} ) ) {
- warn $rvalue;
my $rvalue = $record->getfield($def->{select_key});
print qq!<OPTION VALUE="$rvalue"!.
( $rvalue==$value ? ' SELECTED>' : '>' ).