[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] potential issue with admin order_view and address_book
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