Skip to content

Commit

Permalink
added option hasTax to InvoiceExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
MartkCz committed Aug 24, 2017
1 parent a356e7d commit c606e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DI/InvoiceExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class InvoiceExtension extends CompilerExtension {
'country' => NULL,
'tin' => NULL,
'vaTin' => NULL,
'hasTax' => FALSE,
],
'lang' => 'en',
'invoiceFactory' => FALSE,
Expand Down

0 comments on commit c606e8f

Please sign in to comment.