Skip to content

Commit

Permalink
Merge pull request #68 from arctican/master
Browse files Browse the repository at this point in the history
Fixed PHP 8.2 deprecation warning
  • Loading branch information
fulopattila122 authored Feb 19, 2023
2 parents f3f7e6b + 7deed45 commit c2df7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InvoicePrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class InvoicePrinter extends FPDF
public $priceField;
public $totalField;
public $discountField;
public $vatField;
public $productsEnded;
protected $displayToFromHeaders = true;
protected $columns = 1;
Expand Down

0 comments on commit c2df7ee

Please sign in to comment.