corrected new zF2 filename CaPiTaliZatIon

This commit is contained in:
Jochen Stärk
2019-04-11 17:07:54 +02:00
parent 01b195fcd8
commit f53ff35462

View File

@@ -158,7 +158,11 @@ public class ZUGFeRDExporter implements Closeable {
if (isFacturX) {
return "factur-x.xml";
} else {
return "ZUGFeRD-invoice.xml";
if (ver==1) {
return "ZUGFeRD-invoice.xml";
} else {
return "zugferd-invoice.xml";
}
}
}