From 9a6e080912eb49a601b574591321cfc915359dc0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 15 May 2017 10:15:06 -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 47a917dbd..34ed78dd4 100644 --- a/httemplate/elements/tr-select-cust_location.html +++ b/httemplate/elements/tr-select-cust_location.html @@ -205,9 +205,13 @@ Example: 'enable_censustract' => 1, ) %> - + +% unless ( $prospect_main ) { + +% } + <%init> my $conf = new FS::Conf; -- 2.11.0