Skip to content

Commit

Permalink
fix(tools): fix peppol invoice number
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Dec 6, 2024
1 parent 0b1ed98 commit 98c0d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/src/peppol/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const createPeppolInvoice = ({
xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2">
<cbc:CustomizationID>urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0</cbc:CustomizationID>
<cbc:ProfileID>urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</cbc:ProfileID>
<cbc:ID>${invoice.uuid}</cbc:ID>
<cbc:ID>${invoice.numberPrefix}${invoice.number}</cbc:ID>
<cbc:IssueDate>${invoice.date}</cbc:IssueDate>
<cbc:DueDate>${invoice.dueDate}</cbc:DueDate>
<cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>
Expand Down

0 comments on commit 98c0d79

Please sign in to comment.