diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2019-04-17 10:46:02 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2019-04-17 13:14:13 -0400 |
| commit | eaaf2aa8002c28fc58fd9a6946060b0883882303 (patch) | |
| tree | 79885487bd2a346cc6c3807c97858a6dc6368bc6 /httemplate/elements/contact.html | |
| parent | 52181140b967f905e9fac6f7d33b16b93fa1c420 (diff) | |
RT# 75357 - now new contact row in created in correct place
Diffstat (limited to 'httemplate/elements/contact.html')
| -rw-r--r-- | httemplate/elements/contact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index 48b5e2ce2..599f6629d 100644 --- a/httemplate/elements/contact.html +++ b/httemplate/elements/contact.html @@ -206,6 +206,6 @@ my $js = qq( else { document.getElementById("changepw$id\_password").disabled = 'true'; } return false; } -); +) unless $opt{'for_prospect'}; </%init> |
