update language

This commit is contained in:
gaby 2022-10-18 13:59:39 +02:00
parent a35633b7aa
commit 5f02b058db

View file

@ -376,7 +376,7 @@ public class DatevCargosoftImportAdapter implements SignalAdapter {
// Rechnung
String country = dbtrItemCol.getItemValueString("_VENDOR_COUNTRY");
invoiceWorkitem.setItemValue("dbtr.country", country);
if (country.isEmpty() || country.equalsIgnoreCase("de") || country.equalsIgnoreCase("ch")
if (country.equalsIgnoreCase("de") || country.equalsIgnoreCase("ch")
|| country.equalsIgnoreCase("at")) {
invoiceWorkitem.setItemValue("invoice.language", "DE");
} else {