From 3360d7ada7ed391b744b7205ad632f2c42d323f6 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 18 Sep 2007 23:19:28 +0000 Subject: [PATCH] fix advertising source stickiness when page is reloaded with an error --- httemplate/edit/cust_main.cgi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index b081ad480..ef304ddfa 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -140,7 +140,10 @@ % } else { - <% include('/elements/tr-select-part_referral.html', $refnum ) %> + <% include('/elements/tr-select-part_referral.html', + 'curr_value' => $refnum + ) + %> % } -- 2.11.0