diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-05-19 23:11:20 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-05-19 23:11:20 -0700 |
commit | 462d435510a5ce6b264220d92d84902f05881ba2 (patch) | |
tree | d29ce791411f56817db8ff96788fbb0eaa7f381c /httemplate/edit/elements/rate_detail.html | |
parent | 6ab2b9f6554cea0ee23d69ce0e6c2594fad45927 (diff) |
agent-virtualize VoIP rates, RT#29183
Diffstat (limited to 'httemplate/edit/elements/rate_detail.html')
-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, '', ''; |