From: ivan Date: Tue, 18 Sep 2007 23:19:28 +0000 (+0000) Subject: fix advertising source stickiness when page is reloaded with an error X-Git-Tag: TRIXBOX_2_6~362 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3360d7ada7ed391b744b7205ad632f2c42d323f6 fix advertising source stickiness when page is reloaded with an error --- 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 + ) + %> % }