[interchange-bugs] [Bug 305] Changed - Email-address shows <a href"mailto... etc on customer_bill and ship_to pages

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Fri Aug 24 15:44:01 2001


http://developer.akopia.com/bugs/show_bug.cgi?id=305

*** shadow/305	Tue Aug 21 11:44:10 2001
--- shadow/305.tmp.18440	Fri Aug 24 15:43:03 2001
***************
*** 3,9 ****
  Version: 4.9.0
  Platform: PC
  OS/Version: Linux
! Status: NEW   
  Resolution: 
  Severity: normal
  Priority: P2
--- 3,9 ----
  Version: 4.9.0
  Platform: PC
  OS/Version: Linux
! Status: ASSIGNED   
  Resolution: 
  Severity: normal
  Priority: P2
***************
*** 17,19 ****
--- 17,34 ----
  When editing a customer on the customer_bill and ship_to page, the customers 
  email-address is showed <A HREF="mailto:kirk@akopia.org">kirk@akopia.orgs</A> 
  in the e-mail field.
+ 
+ ------- Additional Comments From bpatters@redhat.com  2001-08-24 15:43 -------
+ This line:
+ 
+ $CGI->{"ui_te_pre_filter:email"} = 'mailto';
+ 
+ causes the HTML link tag to show up around the email address.  Removing
+ this line will fix the problem.  But to take it even further, changing the 
+ email address on either of these pages has no effect, the only way to change 
+ the email address is by editing the main userdb data.  Looking at the Account 
+ Maintenance page, there is no separate email address for billing address.
+ 
+ I propose removing the 'email' field from both the customer_bill and 
+ customer_ship pages.
+