update
This commit is contained in:
@ -196,7 +196,7 @@ export class XRechnungDecoder extends UBLBaseDecoder {
|
||||
incidenceId: invoiceId,
|
||||
from: seller,
|
||||
to: buyer,
|
||||
subject: `Invoice ${invoiceId}`,
|
||||
subject: notes.length > 0 ? notes[0] : `Invoice ${invoiceId}`,
|
||||
items: items,
|
||||
dueInDays: dueInDays,
|
||||
reverseCharge: false,
|
||||
|
Reference in New Issue
Block a user