summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-03-18 21:52:38 -0700
committerIvan Kohler <ivan@freeside.biz>2013-03-18 21:52:38 -0700
commit35b1ca7d644c773f4e0aebf6d8798c93f76a7cd8 (patch)
treeda225a63bb50572bed693ddf32fc52a26599a8c0 /httemplate/edit/process/elements
parentb01c9bdfaeea66b61a9948ee6260a121fc430186 (diff)
parentc2e126583354b58ef54ffa7f580b115b8eed1dd3 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit/process/elements')
-rw-r--r--httemplate/edit/process/elements/svc_Common.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/process/elements/svc_Common.html b/httemplate/edit/process/elements/svc_Common.html
index 5a8afbd6c..06f4c00b1 100644
--- a/httemplate/edit/process/elements/svc_Common.html
+++ b/httemplate/edit/process/elements/svc_Common.html
@@ -10,5 +10,10 @@ my %opt = @_;
my $table = $opt{'table'};
$opt{'fields'} ||= [ fields($table) ];
push @{ $opt{'fields'} }, qw( pkgnum svcpart );
+foreach (fields($table)) {
+ if ( $cgi->param($_.'_classnum') ) {
+ push @{ $opt{'fields'} }, $_.'_classnum';
+ }
+}
</%init>