Merge branch 'master' of ssh://git@git.imixs.com/git/office-alexander-logistics

This commit is contained in:
Ralph Soika 2022-10-18 14:24:07 +02:00
commit eff6aa2f42

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 {