summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2007-09-18 23:19:28 +0000
committerivan <ivan>2007-09-18 23:19:28 +0000
commit3360d7ada7ed391b744b7205ad632f2c42d323f6 (patch)
treef71bb15ad539947e2970fdc1667896cae9f6d82d /httemplate
parent46f6547156dbac76ca8d8f796a2905c7ee86eeb2 (diff)
fix advertising source stickiness when page is reloaded with an error
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/edit/cust_main.cgi5
1 files changed, 4 insertions, 1 deletions
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
+ )
+ %>
% }