diff --git a/app/Services/Quote/QuoteService.php b/app/Services/Quote/QuoteService.php index 5c6ab236e2c0..b7684620827e 100644 --- a/app/Services/Quote/QuoteService.php +++ b/app/Services/Quote/QuoteService.php @@ -110,7 +110,7 @@ class QuoteService $this->invoice ->service() - // ->markSent() + ->markSent() ->createInvitations() ->deletePdf() ->save();