diff options
author | ivan <ivan> | 2006-10-16 16:56:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-10-16 16:56:26 +0000 |
commit | 2baa6eb779a7f344903a7bbec7a5efa57239b40b (patch) | |
tree | d055ce5b819e260c9f02085c8126f3b268b4bfe2 | |
parent | a3dd2b1aee1ba998336ad5a3459ad9f0b171a525 (diff) |
fix stickiness bug when editing advertising sources
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index e0dd3c8ea..23254b6a8 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -119,7 +119,7 @@ % } else { - <% include('/elements/tr-select-part_referral.html') %> + <% include('/elements/tr-select-part_referral.html', $refnum ) %> % } |