diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-10-23 16:17:51 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-10-23 16:17:51 -0700 |
| commit | 80c2d997c5c983344c530ecbb46f94f1c299b35f (patch) | |
| tree | 28bafc1d55836acb5455e6554941c06f0912ef98 /httemplate/edit/elements | |
| parent | 3b1a5e8789d76f0581079d07190664f57bd773a3 (diff) | |
| parent | 0806f9fdbf2086671c151b3bcb078dc008e96f6c (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit/elements')
| -rw-r--r-- | httemplate/edit/elements/rate_detail.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/edit/elements/rate_detail.html b/httemplate/edit/elements/rate_detail.html index 7b5ec314a..32dd502ce 100644 --- a/httemplate/edit/elements/rate_detail.html +++ b/httemplate/edit/elements/rate_detail.html @@ -61,18 +61,18 @@ with row headers showing the region name and prefixes. % $row++; % }# foreach @rate_region % if ( !$opt{regionnum} ) { -%# global default +% # global default for this cdrtypenum <TR> <TD COLSPAN=2 STYLE="padding-top: 10px"> <B>Global default</B> (for calls not matching any prefix) </TD> <TD STYLE="padding-top: 10px"> -% # default rate: set a null region +% # default rate: set a null region for this cdr type <B> <& .detail_box, - detail => $rate->default_detail, + detail => $rate->default_detail($cdrtypenum), ratetimenum => '', - cdrtypenum => '', + cdrtypenum => $cdrtypenum, regionnum => '', ratenum => $rate->ratenum &> |
