Customer and Admin Invoices references old email field

Project: 
Ubercart
Category: 
bug report
Priority: 
normal
Status: 
fixed

Symptom: Initial invoices are from site email. Followup emails are from "nobody".

Module functions should reference uc_store_email instead of uc_store_email_from.

Re: Customer and Admin Invoices references old email field

Once again, great find. Using this issue, I searched the source and found several files still using the old uc_store_email_from variable. This was replaced with uc_store_email_from() a while ago, so I updated them all. Gonna make sure this function is documented, too...