Email sent option added in mail notification
This commit is contained in:
parent
7931baab28
commit
afb0b99723
|
|
@ -59,7 +59,7 @@ class Order {
|
|||
public function sendNewShipmentMail($shipment)
|
||||
{
|
||||
try {
|
||||
if (! $shipment->email_sent)
|
||||
if ($shipment->email_sent)
|
||||
return;
|
||||
|
||||
Mail::queue(new NewShipmentNotification($shipment));
|
||||
|
|
|
|||
Loading…
Reference in New Issue