Merge remote-tracking branch 'origin/issues/503-ubl' into issues/503-ubl
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user