From e0204a19d5778eae03a0274d5d6256a10bfdb4ba Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 8 Jan 2022 12:28:41 +1100 Subject: [PATCH] touch pdf on sent --- app/Services/Invoice/MarkSent.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Services/Invoice/MarkSent.php b/app/Services/Invoice/MarkSent.php index 7527ab633b1f..40a851f6dd09 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();