Merge pull request #6 from OdyX/qr-always-black
fix: force QR block to have black text
This commit is contained in:
commit
0bed9ee54e
|
|
@ -857,6 +857,7 @@ class pdf_swissqr extends ModelePDFFactures
|
|||
// Add page for the Swiss QR-invoice
|
||||
$pdf->AddPage();
|
||||
$this->_pagehead($pdf, $object, 0, $outputlangs);
|
||||
$pdf->SetTextColor(0, 0, 0);
|
||||
$this->qrinvoice($pdf, $object, $outputlangs);
|
||||
|
||||
$pdf->Close();
|
||||
|
|
|
|||
Loading…
Reference in New Issue