projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c39c41
)
on-the-fly alarm vendor / type / CS adding, RT#23694
author
Ivan Kohler
<ivan@freeside.biz>
Tue, 10 Dec 2013 07:38:13 +0000
(23:38 -0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Tue, 10 Dec 2013 07:38:13 +0000
(23:38 -0800)
httemplate/edit/process/elements/svc_Common.html
patch
|
blob
|
history
diff --git
a/httemplate/edit/process/elements/svc_Common.html
b/httemplate/edit/process/elements/svc_Common.html
index
e1b7cbe
..
55ecc5f
100644
(file)
--- a/
httemplate/edit/process/elements/svc_Common.html
+++ b/
httemplate/edit/process/elements/svc_Common.html
@@
-11,6
+11,9
@@
my %opt = @_;
my $table = $opt{'table'};
$opt{'fields'} ||= [ fields($table) ];
push @{ $opt{'fields'} }, qw( pkgnum svcpart );
+push @{ $opt{'fields'} }, @{ "FS::$table"->table_info->{'addl_process_fields'} }
+ if UNIVERSAL::can("FS::$table", 'table_info')
+ && "FS::$table"->table_info->{'addl_process_fields'};
foreach (fields($table)) {
if ( $cgi->param($_.'_classnum') ) {
push @{ $opt{'fields'} }, $_.'_classnum';