Merge remote-tracking branch 'origin/issues/503-ubl' into issues/503-ubl

This commit is contained in:
Bharti
2024-11-18 10:58:44 +01:00
3 changed files with 5 additions and 63 deletions

View File

@@ -656,7 +656,7 @@ public class TradeParty implements IZUGFeRDExportableTradeParty {
@Override
public String getCountry() {
return taxScheme;
return country;
}
/***
@@ -665,7 +665,7 @@ public class TradeParty implements IZUGFeRDExportableTradeParty {
* @return fluent setter
*/
public TradeParty setCountry(String country) {
this.taxScheme = country;
this.country = country;
return this;
}