enforce bt-17 typecodes

This commit is contained in:
jstaerk
2025-10-30 07:11:04 +01:00
parent 822fb0656c
commit 32e7829480

View File

@@ -162,6 +162,7 @@ public class Invoice implements IExportableTransaction {
* @return
*/
public Invoice setTenderReferencedDocument(ReferencedDocument dr) {
dr.setTypeCode("50");//50 is fixed for tender documents
tenderReference=dr;
return this;
}