Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 4278ce1b erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: cancellation invoice for invoice - still contains the hash instead of the invoice number

Related: pcsg/buero#435
Übergeordneter 0f768610
No related branches found
No related tags found
2 Merge Requests!80Update 'next-3.x' with latest changes from 'main',!78fix: cancellation invoice for invoice - still contains the hash instead of the invoice number
Pipeline #10672 bestanden mit Phase
in 1 Minute und 58 Sekunden
......@@ -671,7 +671,7 @@ public function reversal(
'quiqqer/invoice',
'message.invoice.cancellationInvoice.additionalInvoiceText',
[
'id' => $this->getUUID(),
'id' => $this->getPrefixedNumber(),
'date' => $Formatter->format($currentDate)
]
);
......@@ -1179,7 +1179,7 @@ public function createReversal(
'quiqqer/invoice',
'message.invoice.reversal.additionalInvoiceText.creditNote',
[
'id' => $this->getUUID(),
'id' => $this->getPrefixedNumber(),
'date' => $Formatter->format($currentDate)
]
);
......@@ -1188,7 +1188,7 @@ public function createReversal(
'quiqqer/invoice',
'message.invoice.reversal.additionalInvoiceText',
[
'id' => $this->getUUID(),
'id' => $this->getPrefixedNumber(),
'date' => $Formatter->format($currentDate)
]
);
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren