Skip to content

Commit

Permalink
FIX #31538 Addition to EPC-QR values ​​to correct remittance information
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLixM committed Oct 25, 2024
1 parent 3e9068c commit b36778e
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 b36778e

Please sign in to comment.