summaryrefslogtreecommitdiff
path: root/httemplate/edit/svc_domain.cgi
diff options
context:
space:
mode:
authorivan <ivan>2006-06-29 13:47:44 +0000
committerivan <ivan>2006-06-29 13:47:44 +0000
commit947c955be56140c4a10b16345c1b15c44b02070a (patch)
tree714f7cfc851991f9222a2c0b14f4c73b0338e71b /httemplate/edit/svc_domain.cgi
parent3a68d152457d4656ccaa41246e52b8584b000e19 (diff)
finish at least the automatic provisioning part
Diffstat (limited to 'httemplate/edit/svc_domain.cgi')
-rwxr-xr-xhttemplate/edit/svc_domain.cgi9
1 files changed, 1 insertions, 8 deletions
diff --git a/httemplate/edit/svc_domain.cgi b/httemplate/edit/svc_domain.cgi
index f47ba0a8f..1156bf0ba 100755
--- a/httemplate/edit/svc_domain.cgi
+++ b/httemplate/edit/svc_domain.cgi
@@ -44,14 +44,7 @@ if ( $cgi->param('error') ) {
$svcnum='';
- #set fixed and default fields from part_svc
- foreach my $part_svc_column (
- grep { $_->columnflag } $part_svc->all_part_svc_column
- ) {
- $svc_domain->setfield( $part_svc_column->columnname,
- $part_svc_column->columnvalue,
- );
- }
+ $svc_domain->set_default_and_fixed;
}