summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-09-17 19:27:10 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-09-17 19:27:10 -0500
commit7ee96ef046f8e5167a4dda7c4322485549ec29c3 (patch)
treeaf560b4124f9486b07058d7294551fc05fb331d1 /httemplate/edit/process
parent62bfe13409a16e04599f52edb3ce00ee3031a0f9 (diff)
RT#35197: Apply changes button in Edit rate plan screen clears the global default
Diffstat (limited to 'httemplate/edit/process')
-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;