corrected new zF2 filename CaPiTaliZatIon
This commit is contained in:
@@ -158,7 +158,11 @@ public class ZUGFeRDExporter implements Closeable {
|
|||||||
if (isFacturX) {
|
if (isFacturX) {
|
||||||
return "factur-x.xml";
|
return "factur-x.xml";
|
||||||
} else {
|
} else {
|
||||||
|
if (ver==1) {
|
||||||
return "ZUGFeRD-invoice.xml";
|
return "ZUGFeRD-invoice.xml";
|
||||||
|
} else {
|
||||||
|
return "zugferd-invoice.xml";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user