summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2005-08-23 12:38:55 +0000
committerivan <ivan>2005-08-23 12:38:55 +0000
commit9eb89294e2909ca9a8043b05f2492b7018b14adb (patch)
treee831e74a1d3e80f3008c4e2c036d5cf28e39f745 /httemplate
parent3da06ca40ca237b002337574ad66b697c59d261d (diff)
fix bug with service editing caused by moving dbdef stuff around
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/edit/part_svc.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi
index 3540a421e..ea429678d 100755
--- a/httemplate/edit/part_svc.cgi
+++ b/httemplate/edit/part_svc.cgi
@@ -194,7 +194,7 @@ my %defs = (
$html .= table(). "<TH>Field</TH><TH COLSPAN=2>Modifier</TH>";
#yucky kludge
- my @fields = defined( $FS::Record::dbdef->table($layer) )
+ my @fields = defined( dbdef->table($layer) )
? grep { $_ ne 'svcnum' } fields($layer)
: ();
push @fields, 'usergroup' if $layer eq 'svc_acct'; #kludge