From 4da979f579e6ba1f3a502270ebb4b8e48526747e Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 15 May 2017 10:15:09 -0700 Subject: [PATCH] fix address stickiness on errors, RT#76000 --- httemplate/elements/tr-select-cust_location.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/httemplate/elements/tr-select-cust_location.html b/httemplate/elements/tr-select-cust_location.html index abaaa5b42..af25df362 100644 --- a/httemplate/elements/tr-select-cust_location.html +++ b/httemplate/elements/tr-select-cust_location.html @@ -224,9 +224,13 @@ Example: 'enable_censustract' => 1, ) %> - + +% unless ( $prospect_main ) { + +% } + <%init> my $conf = new FS::Conf; -- 2.11.0