fix SpecifiedTradeSettlementPaymentMeans missing closing tag when no BIC number
This commit is contained in:
@@ -78,10 +78,10 @@ public interface IZUGFeRDTradeSettlementPayment extends IZUGFeRDTradeSettlement
|
|||||||
+ "<ram:BICID>" + XMLTools.encodeXML(getOwnBIC()) + "</ram:BICID>"
|
+ "<ram:BICID>" + XMLTools.encodeXML(getOwnBIC()) + "</ram:BICID>"
|
||||||
// + " <ram:Name>"+trans.getOwnBankName()+"</ram:Name>"
|
// + " <ram:Name>"+trans.getOwnBankName()+"</ram:Name>"
|
||||||
//
|
//
|
||||||
+ "</ram:PayeeSpecifiedCreditorFinancialInstitution>"
|
+ "</ram:PayeeSpecifiedCreditorFinancialInstitution>";
|
||||||
+ "</ram:SpecifiedTradeSettlementPaymentMeans>";
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
xml+= "</ram:SpecifiedTradeSettlementPaymentMeans>";
|
||||||
return xml;
|
return xml;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user