projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
056a0e2
)
$field isn't a global.
author
khoff
<khoff>
Fri, 26 Sep 2003 21:02:13 +0000
(21:02 +0000)
committer
khoff
<khoff>
Fri, 26 Sep 2003 21:02:13 +0000
(21:02 +0000)
httemplate/edit/svc_acct.cgi
patch
|
blob
|
history
diff --git
a/httemplate/edit/svc_acct.cgi
b/httemplate/edit/svc_acct.cgi
index
44606d9
..
f1b8b80
100755
(executable)
--- a/
httemplate/edit/svc_acct.cgi
+++ b/
httemplate/edit/svc_acct.cgi
@@
-281,7
+281,7
@@
if ( $part_svc->part_svc_column('usergroup')->columnflag eq "F" ) {
}
print '</TD></TR>';
-foreach $field ($svc_acct->virtual_fields) {
+foreach
my
$field ($svc_acct->virtual_fields) {
if ( $part_svc->part_svc_column($field)->columnflag ne 'F' ) {
# If the flag is X, it won't even show up in $svc_acct->virtual_fields.
print $svc_acct->pvf($field)->widget('HTML', 'edit',