closes #657
This commit is contained in:
@@ -8,7 +8,8 @@ allow to add includedNotes with type
|
||||
- 631 multiple invoice referenced documents
|
||||
- 629
|
||||
- 630 #296 #565
|
||||
-
|
||||
- 657
|
||||
- 658
|
||||
|
||||
2.15.2
|
||||
=======
|
||||
|
||||
@@ -737,7 +737,7 @@ public class ZUGFeRD2PullProvider implements IXMLProvider {
|
||||
}
|
||||
|
||||
if ((trans.getZFCharges() != null) && (trans.getZFCharges().length > 0)) {
|
||||
if (profile == Profiles.getByName("XRechnung")) {
|
||||
if ((profile == Profiles.getByName("XRechnung")) || (profile == Profiles.getByName("EN16931")) || (profile == Profiles.getByName("EXTENDED"))) {
|
||||
for (IZUGFeRDAllowanceCharge charge : trans.getZFCharges()) {
|
||||
xml += "<ram:SpecifiedTradeAllowanceCharge>" +
|
||||
"<ram:ChargeIndicator>" +
|
||||
|
||||
Reference in New Issue
Block a user