Jens Heise
d1200a8dcd
Bugfix in ZUGFeRD2PullProvider.generateXML(): Test for valid value of getDueDate() before using it
...
or a NullPointerException might happen as 'hasDueDate==true' is not the result
of a test to ensure that 'trans' overwrites 'getDueDate()' at all, so the default
implementation from 'IZUGFeRDExportableTransaction' might get used which returns
the unusable result 'null'.
2020-06-03 11:17:23 +02:00
Jochen Stärk
1d4ed498c1
Merge branch 'add_extraction_methods' of https://github.com/aberndt-hub/mustangproject into aberndt-hub-add_extraction_methods
2020-06-03 05:41:52 +02:00
Jochen Stärk
dbdcdbe75f
corrected tests
2020-05-24 19:49:05 +02:00
Jochen Stärk
5d2cdf227f
Now all actions are invoked using --action.
2020-05-24 18:29:37 +02:00
Jochen Stärk
9c9474907b
Merge branch 'master' of github.com:ZUGFeRD/mustangproject
...
# Conflicts:
# library/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportablePostalTradeAddress.java
# library/src/main/java/org/mustangproject/ZUGFeRD/PostalTradeAddress.java
2020-05-24 10:45:44 +02:00
Jochen Stärk
fed2d08dc9
Removed server. Moved libraryBasic to library and libraryExtended to validator to prevent confusion with profiles.
2020-05-24 10:45:04 +02:00