From 7deed45383946fe1a6b14b63d91fe029d644c7b8 Mon Sep 17 00:00:00 2001 From: Adam Rogers Date: Sun, 19 Feb 2023 12:52:31 +0000 Subject: [PATCH] Fixed PHP 8.2 deprecation warning --- src/InvoicePrinter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/InvoicePrinter.php b/src/InvoicePrinter.php index 1383b45..91bfa40 100644 --- a/src/InvoicePrinter.php +++ b/src/InvoicePrinter.php @@ -80,6 +80,7 @@ class InvoicePrinter extends FPDF public $priceField; public $totalField; public $discountField; + public $vatField; public $productsEnded; protected $displayToFromHeaders = true; protected $columns = 1;