Fixing style errors.

This commit is contained in:
stickler-ci 2020-04-06 10:51:06 +00:00
parent 35f3052280
commit 3b9267fd8a

View File

@ -283,7 +283,7 @@ class pdf_sepamandate extends ModeleBankAccountDoc
$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $outputlangs->transnoentitiesnoconv("SEPAFormYourName").' * : ', 0, 'L');
$pdf->SetXY(80, $posY);
$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $sepaname, 0, 'L');
$sepavatid = '__________________________________________________';
if (! empty($thirdparty->idprof1)) $sepavatid = $thirdparty->idprof1;
$posY=$pdf->GetY();