diff options
| author | Mark Wells <mark@freeside.biz> | 2012-09-06 11:43:17 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-09-06 11:43:17 -0700 |
| commit | 8eaca892209d0dd716f42390b7c41cdf12914aab (patch) | |
| tree | 72b14fef00611b33c1433513e6b359743b7b1d84 /httemplate/edit/part_pkg.cgi | |
| parent | 84bccd4ca40cec59e1f762cff000b6f026c7f182 (diff) | |
fix 477 part IIB, #18503
Diffstat (limited to 'httemplate/edit/part_pkg.cgi')
| -rwxr-xr-x | httemplate/edit/part_pkg.cgi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi index e5edcdedc..0f597b214 100755 --- a/httemplate/edit/part_pkg.cgi +++ b/httemplate/edit/part_pkg.cgi @@ -53,6 +53,7 @@ 'svc_dst_pkgpart' => 'Include services of package', 'report_option' => 'Report classes', 'fcc_ds0s' => 'Voice-grade equivalents', + 'fcc_voip_class' => 'Category', }, 'fields' => [ @@ -192,6 +193,9 @@ { type => 'tablebreak-tr-title', value => 'FCC Form 477 information', }, + { field=>'fcc_voip_class', + type=>'select-voip_class', + }, { field=>'fcc_ds0s', type=>'text', size=>6 }, ) : () |
