summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/elements/svc_Common.html
blob: 1f8f8315e338157a337f2b00470222d3a304f41c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<%

  my %opt = @_;
  my $table = $opt{'table'};
  $opt{'fields'} ||= [ fields($table) ];
  push @{ $opt{'fields'} }, qw( pkgnum svcpart );

%><%= include( 'process.html',
                 'edit_ext' => 'cgi',
                 'redirect' => popurl(3)."view/$table.cgi?",
                 %opt,
           )
%>