svc_phone service and CDR billing from imported CDRs
[freeside.git] / httemplate / edit / process / elements / svc_Common.html
1 <%
2
3   my %opt = @_;
4   my $table = $opt{'table'};
5   $opt{'fields'} ||= [ fields($table) ];
6   push @{ $opt{'fields'} }, qw( pkgnum svcpart );
7
8 %><%= include( 'process.html',
9                  'edit_ext' => 'cgi',
10                  'redirect' => popurl(3)."view/$table.cgi?",
11                  %opt,
12            )
13 %>
14