[freeside-commits] branch FREESIDE_3_BRANCH updated. 7d01a5cb2f6bacca1944a2666d3600c4c23585ba

Ivan ivan at 420.am
Mon Dec 9 23:38:16 PST 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  7d01a5cb2f6bacca1944a2666d3600c4c23585ba (commit)
      from  63d22d5cf01cb22b92ef7393388ea175d675b13e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7d01a5cb2f6bacca1944a2666d3600c4c23585ba
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Dec 9 23:38:15 2013 -0800

    on-the-fly alarm vendor / type / CS adding, RT#23694

diff --git a/httemplate/edit/process/elements/svc_Common.html b/httemplate/edit/process/elements/svc_Common.html
index e1b7cbe..55ecc5f 100644
--- 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';

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/process/elements/svc_Common.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list