switch to cii2ubl 1.3.0, update commandline help, remove getZip in favor of getZIP
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
make IZUGFeRDExportableTradeParty name id zip location street mandatory
|
||||
- fixed a charge/allowance rounding error #212
|
||||
- Corrected intra community supply tax exemption category code
|
||||
- removal of Tradeparty.getZip in favor of getZIP (as it's also setZIP) to avoid jackson errors
|
||||
|
||||
2.0.3
|
||||
=======
|
||||
|
||||
@@ -94,6 +94,8 @@ public class Main {
|
||||
+ " Additional parameters (optional - user will be prompted if not defined)\n"
|
||||
+ " -d, --directory to check recursively\n"
|
||||
+ " --action=visualize convert XML to HTML \n"
|
||||
+ " [--source <filename>]: set input XML file\n"
|
||||
+ " [--out <filename>]: set output HTML file\n"
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
<dependency>
|
||||
<groupId>com.helger</groupId>
|
||||
<artifactId>en16931-cii2ubl</artifactId>
|
||||
<version>1.2.5</version>
|
||||
<version>1.3.0</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/org.glassfish.jaxb/jaxb-runtime -->
|
||||
<dependency>
|
||||
|
||||
@@ -268,10 +268,6 @@ public class TradeParty implements IZUGFeRDExportableTradeParty {
|
||||
return vatID;
|
||||
}
|
||||
|
||||
public String getZip() {
|
||||
return zip;
|
||||
}
|
||||
|
||||
@Override
|
||||
public IZUGFeRDExportableContact getContact() {
|
||||
return contact;
|
||||
|
||||
Reference in New Issue
Block a user