mjudd 2007-03-06 23:46:01 +00:00
parent d445790efe
commit 2e119843f5
1 changed files with 1 additions and 1 deletions

View File

@ -1046,7 +1046,7 @@ public final class WebUtil
EMail email = wStore.createEMail(to.getEmail(),
subject.toString(), message.toString());
// CC Order
if (msgType == MMailMsg.MAILMSGTYPE_OrderAcknowledgement)
if (msgType.equals(MMailMsg.MAILMSGTYPE_OrderAcknowledgement))
{
String orderEMail = wStore.getWebOrderEMail();
String storeEMail = wStore.getWStoreEMail();