Skip to content
Snippets Groups Projects
Commit a3ea1959 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

exclude taxes from invoice

parent 1ec5a202
No related branches found
No related tags found
1 merge request!2261Development
......@@ -60,6 +60,7 @@ class LogsCreateInvoice extends Command
'due_date' => $due_date->format("Y-m-d"),
'tax_name1' => "Umsatzsteuer",
"tax_rate1" => 19,
"uses_inclusive_taxes" => false,
'line_items' => [
[
'notes' => $notes,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment