[ic] potential issue with admin order_view and address_book

Jeff Dafoe interchange-users@icdevgroup.org
Mon Dec 2 22:44:02 2002


   While working on some issues relating to the address book, I discovered a
potential issue in 4.8.6's UI's order_view.html page.  In a few places there
is code to the effect of:

Customer: [loop-data transactions fname] [loop-data transactions lname]

    I believe this should actually be:

Customer: [data table=userdb code=[loop-data transactions username]
name=fname] [data table=userdb code=[loop-data transactions username]
name=lname]

    The issue is that the fname and lname contained in the transactions
table is that of the person to whom the order was shipped and not
necessarily that of the person who placed the order (the "account holder").


Jeff