diff options
author | ivan <ivan> | 2002-09-17 09:19:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-09-17 09:19:42 +0000 |
commit | 3595c874f8e476e58b98b7ab6d86918d4dbb1d5c (patch) | |
tree | 4d9be30683447ac8412c439b7e55dc12b96bac20 /httemplate/edit/process/part_svc.cgi | |
parent | 3999cc30d219a7ebf6db985d0904ffe42b79860e (diff) |
remove svc_acct_sm
Diffstat (limited to 'httemplate/edit/process/part_svc.cgi')
-rwxr-xr-x | httemplate/edit/process/part_svc.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/part_svc.cgi b/httemplate/edit/process/part_svc.cgi index 69e8ac2fa..9633fabdf 100755 --- a/httemplate/edit/process/part_svc.cgi +++ b/httemplate/edit/process/part_svc.cgi @@ -17,7 +17,7 @@ my $new = new FS::part_svc ( { push @fields, 'usergroup' if $svcdb eq 'svc_acct'; #kludge map { ( $svcdb.'__'.$_, $svcdb.'__'.$_.'_flag' ) } @fields; } grep defined( $FS::Record::dbdef->table($_) ), - qw( svc_acct svc_domain svc_acct_sm svc_forward svc_www svc_broadband ) + qw( svc_acct svc_domain svc_forward svc_www svc_broadband ) ) } ); |