Add new X-Invoice standards

This commit is contained in:
Lars Kusch 2023-11-27 18:19:52 +01:00 committed by GitHub
parent fd66e2f59b
commit 0388f4b7ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,8 @@ class CreateEInvoice implements ShouldQueue
switch ($e_invoice_type) { switch ($e_invoice_type) {
case "EN16931": case "EN16931":
case "XInvoice_3_0":
case "XInvoice_2_3":
case "XInvoice_2_2": case "XInvoice_2_2":
case "XInvoice_2_1": case "XInvoice_2_1":
case "XInvoice_2_0": case "XInvoice_2_0":