From: ivan Date: Tue, 11 Sep 2001 12:46:17 +0000 (+0000) Subject: more service edit fix X-Git-Tag: freeside_1_4_0pre11~341 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=17765dcdb928bbe90f7f4166950b5e61c678af36 more service edit fix --- diff --git a/httemplate/edit/process/part_svc.cgi b/httemplate/edit/process/part_svc.cgi index 937f7fb4c..97477d645 100755 --- a/httemplate/edit/process/part_svc.cgi +++ b/httemplate/edit/process/part_svc.cgi @@ -12,7 +12,9 @@ my $new = new FS::part_svc ( { map { my $svcdb = $_; map { ( $svcdb.'__'.$_, $svcdb.'__'.$_.'_flag' ) } fields($svcdb) - } qw( svc_acct svc_domain svc_acct_sm svc_forward svc_www ) ) + } grep defined( $FS::Record::dbdef->table($_) ), + qw( svc_acct svc_domain svc_acct_sm svc_forward svc_www ) + ) } ); my $error;