fix: force QR block to have black text
In case of coloured watermark, this was not reset to black
This commit is contained in:
parent
408b958226
commit
f23a1b40b0
|
|
@ -857,6 +857,7 @@ class pdf_swissqr extends ModelePDFFactures
|
||||||
// Add page for the Swiss QR-invoice
|
// Add page for the Swiss QR-invoice
|
||||||
$pdf->AddPage();
|
$pdf->AddPage();
|
||||||
$this->_pagehead($pdf, $object, 0, $outputlangs);
|
$this->_pagehead($pdf, $object, 0, $outputlangs);
|
||||||
|
$pdf->SetTextColor(0, 0, 0);
|
||||||
$this->qrinvoice($pdf, $object, $outputlangs);
|
$this->qrinvoice($pdf, $object, $outputlangs);
|
||||||
|
|
||||||
$pdf->Close();
|
$pdf->Close();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue