X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_pkg.cgi;h=fbc19c3f59de68f40ee0c41c783ef5b7b4aff098;hb=67b56f17cc51d10394a986fb3d105213b097ee79;hp=1702a6dc7d2fd62cc9efac7c06dc6ad5a03ac860;hpb=65b94bd80599a27c658b792f02c85d200488688d;p=freeside.git diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi index 1702a6dc7..fbc19c3f5 100755 --- a/httemplate/edit/part_pkg.cgi +++ b/httemplate/edit/part_pkg.cgi @@ -68,8 +68,6 @@ 'svc_dst_pkgpart' => 'Include services of package', 'supp_dst_pkgpart' => 'When ordering package, also order', 'report_option' => 'Report classes', - 'fcc_ds0s' => 'Voice-grade equivalents', - 'fcc_voip_class' => 'Category', 'delay_start' => 'Default delay (days)', }, @@ -561,6 +559,11 @@ my $error_callback = sub { 'cgiparam' ); + if ( $cgi->param('error') =~ / is suggested with / ) { + #yeah, detection is a shitty kludge, but we don't have exception objects + $opt->{form_init} = ' Override suggestion

'; + } + }; my $new_hashref_callback = sub { { 'plan' => 'flat' }; };