[freeside-commits] branch master updated. 2aca98d97a5ac486880c677a7b518db91628a695

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


The branch, master has been updated
       via  2aca98d97a5ac486880c677a7b518db91628a695 (commit)
      from  8d721fe41f149c94c5678d11b5dbabf2b09a8be7 (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 2aca98d97a5ac486880c677a7b518db91628a695
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon May 19 23:19:40 2014 -0700

    agent-virtualize VoIP rates, RT#29183

diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi
index 2d2c070..61994f9 100755
--- a/httemplate/edit/part_pkg.cgi
+++ b/httemplate/edit/part_pkg.cgi
@@ -976,6 +976,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