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)
|
public function sendNewShipmentMail($shipment)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
if (! $shipment->email_sent)
|
if ($shipment->email_sent)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Mail::queue(new NewShipmentNotification($shipment));
|
Mail::queue(new NewShipmentNotification($shipment));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue