diff --git a/app/Services/Invoice/MarkSent.php b/app/Services/Invoice/MarkSent.php index 7527ab633..40a851f6d 100644 --- a/app/Services/Invoice/MarkSent.php +++ b/app/Services/Invoice/MarkSent.php @@ -63,7 +63,8 @@ class MarkSent extends AbstractService ->service() ->applyNumber() ->setDueDate() - ->deletePdf() + // ->deletePdf() //08-01-2022 + ->touchPdf() //08-01-2022 ->setReminder() ->save();