[freeside-commits] branch FREESIDE_3_BRANCH updated. 5ca63867625f4158166d7c8444617676e6ad7abd

Ivan ivan at 420.am
Mon May 19 23:19:42 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  5ca63867625f4158166d7c8444617676e6ad7abd (commit)
      from  6185feb6b1a1ae66dc2c4637d55aa6413dc1e103 (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 5ca63867625f4158166d7c8444617676e6ad7abd
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon May 19 23:19:41 2014 -0700

    agent-virtualize VoIP rates, RT#29183

diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi
index e91f8cb..d1b60ec 100755
--- a/httemplate/edit/part_pkg.cgi
+++ b/httemplate/edit/part_pkg.cgi
@@ -888,6 +888,8 @@ my $html_bottom = sub {
       } elsif ( $href->{$field}{'type'} eq 'select-rate' ) {
 
         $html .= include('/elements/select-rate.html',
+                           'field'      => $layer.'__'.$field,
+                           'curr_value' => $options{$field},
                            map { $_ => $href->{$field}{$_} }
                              grep { $_ !~ /^(name|type)$/ }
                                keys %{ $href->{$field} }

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

Summary of changes:
 httemplate/edit/part_pkg.cgi |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list