Skip to content

Commit

Permalink
FIX Dolibarr#31538 Addition to EPC-QR values ​​to correct remittance …
Browse files Browse the repository at this point in the history
…information (Dolibarr#31557)
  • Loading branch information
iLLixM authored Oct 25, 2024
1 parent 1a60fd5 commit 9746e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/core/class/commoninvoice.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1690,6 +1690,7 @@ public function buildEPCQrCodeString()

// Add the amount and reference
$lines[] = 'EUR' . $totalTTCString; // Amount (optional)
$lines[] = ''; // Purpose (optional)
$lines[] = ''; // Payment reference (optional)
$lines[] = $this->ref; // Remittance Information (optional)

Expand Down

0 comments on commit 9746e84

Please sign in to comment.