correction in XMP header

This commit is contained in:
Jochen Stärk
2019-01-25 16:13:19 +01:00
parent 970436cf41
commit 5c02f20e9d
3 changed files with 9 additions and 6 deletions

View File

@@ -40,8 +40,10 @@ public class XMPSchemaZugferd extends XMPSchema {
String conformanceLevelValue=conformanceLevel.name();
if (conformanceLevelValue.equals("BASICWL")) {
conformanceLevelValue="BASIC WL";
}
conformanceLevelValue="BASIC WL";
} else if (conformanceLevelValue.equals("EN16931")) {
conformanceLevelValue="EN 16931";
}
setTextPropertyValue("ConformanceLevel", conformanceLevelValue);
setTextPropertyValue("DocumentType", "INVOICE");
setTextPropertyValue("DocumentFileName", filename);