This commit was manufactured by cvs2svn to create tag 'freeside_2_1_0'.
[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 %
9 <% include( 'process.html',
10                  'edit_ext' => 'cgi',
11                  'redirect' => popurl(3)."view/$table.cgi?",
12                  %opt,
13            )
14 %>
15