From 3f506d1fe0831ddc759abfa75bfd5a6dc93ba843 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 25 Feb 2023 16:30:02 +1100 Subject: [PATCH] Clean up for logging --- app/Services/Pdf/PdfMock.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Services/Pdf/PdfMock.php b/app/Services/Pdf/PdfMock.php index 219f31a993d4..8483e05c4057 100644 --- a/app/Services/Pdf/PdfMock.php +++ b/app/Services/Pdf/PdfMock.php @@ -325,6 +325,7 @@ class PdfMock '$product.tax' => '', '$valid_until' => '', '$your_entity' => '', + '$shipping' => '', '$balance_due' => '$0.00', '$outstanding' => '$0.00', '$partial_due' => '$0.00', @@ -649,6 +650,7 @@ EPD '$product.tax_label' => 'Tax', '$valid_until_label' => 'Valid Until', '$your_entity_label' => 'Your Invoice', + '$shipping_label' => 'Shipping', '$balance_due_label' => 'Balance Due', '$outstanding_label' => 'Balance Due', '$partial_due_label' => 'Partial Due',