diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-05-19 23:11:21 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-05-19 23:11:21 -0700 |
| commit | 442bc38bc3cf8d95f0b39e42446a193ad0caaf31 (patch) | |
| tree | fa83322b955c9619b960832483967b7d69bd1451 /httemplate/edit/elements | |
| parent | 234cbab9e4f6e843b016ac56c79df895a425d962 (diff) | |
agent-virtualize VoIP rates, RT#29183
Diffstat (limited to 'httemplate/edit/elements')
| -rw-r--r-- | httemplate/edit/elements/rate_detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/elements/rate_detail.html b/httemplate/edit/elements/rate_detail.html index 72a86aee7..1b597fb4a 100644 --- a/httemplate/edit/elements/rate_detail.html +++ b/httemplate/edit/elements/rate_detail.html @@ -204,10 +204,10 @@ if ( $ratenum ) { )"; } @rows = qsearch({ table => 'rate_region', - hashref => { }, + hashref => {}, extra_sql => $where, }); - die "no region found" if !@rows; + #die "no region found" if !@rows; unshift @header, 'Region', 'Prefix(es)'; unshift @hlinks, '', ''; |
