update language
This commit is contained in:
parent
a35633b7aa
commit
5f02b058db
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue