summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-09-17 19:27:10 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-09-19 23:25:16 -0500
commit76dff99173f25f38002fbb5236d8141a8781c3eb (patch)
tree28e896a057bccfb11cde936cc801434cd30af7fa /httemplate
parentc878f595e11f510058671b146e08c250766cd1bf (diff)
RT#35197: Apply changes button in Edit rate plan screen clears the global default
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/process/rate_detail.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/edit/process/rate_detail.html b/httemplate/edit/process/rate_detail.html
index 0709d5079..f8a744418 100644
--- a/httemplate/edit/process/rate_detail.html
+++ b/httemplate/edit/process/rate_detail.html
@@ -12,7 +12,6 @@ die "access denied"
my $set_default_detail = sub {
my ($cgi, $rate_detail) = @_;
-warn Dumper $rate_detail;
if (!$rate_detail->dest_regionnum) {
# then this is a global default rate
my $rate = $rate_detail->rate;