Project:
UbercartCategory:
bug reportPriority:
normalStatus:
fixedSymptom: Initial invoices are from site email. Followup emails are from "nobody".
Module functions should reference uc_store_email instead of uc_store_email_from.
|
UbercartOne cart to rule them all... |
|
| Donate | Affiliates | Sponsors | ||
Customer and Admin Invoices references old email field
|
|
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...