This commit is contained in:
parent
d445790efe
commit
2e119843f5
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue