projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tower tracking, RT#15538
[freeside.git]
/
httemplate
/
edit
/
process
/
elements
/
svc_Common.html
1
<% include( 'process.html',
2
'edit_ext' => 'cgi',
3
'redirect' => popurl(3)."view/$table.cgi?",
4
%opt,
5
)
6
%>
7
<%init>
8
9
my %opt = @_;
10
my $table = $opt{'table'};
11
$opt{'fields'} ||= [ fields($table) ];
12
push @{ $opt{'fields'} }, qw( pkgnum svcpart );
13
14
</%init>