corrected new zF2 filename CaPiTaliZatIon
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user