allow some more JSONing

This commit is contained in:
jstaerk
2024-11-28 14:11:14 +01:00
parent 53a0fe8fc2
commit 8932646b59
17 changed files with 603 additions and 69 deletions

View File

@@ -413,6 +413,11 @@ public class Invoice implements IExportableTransaction {
return includedNotes;
}
public Invoice setNotesWithSubjectCode(List<IncludedNote> theList) {
includedNotes=theList;
return this;
}
@Override
public String getCurrency() {
return currency;