diff options
author | ivan <ivan> | 2010-03-21 23:13:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-21 23:13:24 +0000 |
commit | bf4223e554e0eb72f45f82392442780e8af4e0f9 (patch) | |
tree | 5896ceb5a364afe44441a18b786387d9683a907c /httemplate/misc/process | |
parent | 366d237dfb842d9bcbdf43477cb5eabef8fe6686 (diff) |
connection fee for initial N seconds support, RT#7018
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r-- | httemplate/misc/process/copy-rate_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/copy-rate_detail.html b/httemplate/misc/process/copy-rate_detail.html index 87a674566..60b2aebee 100644 --- a/httemplate/misc/process/copy-rate_detail.html +++ b/httemplate/misc/process/copy-rate_detail.html @@ -47,7 +47,7 @@ foreach my $countrycode ( @countrycodes ) { || new FS::rate_detail \%hash; $dst_rate_detail->$_( $src_rate_detail->get($_) ) - foreach qw( min_included min_charge sec_granularity classnum ); + foreach qw( min_included conn_charge conn_sec min_charge sec_granularity classnum ); my $method = $dst_rate_detail->ratedetailnum ? 'replace' : 'insert'; |