Fixing style errors.
This commit is contained in:
parent
35f3052280
commit
3b9267fd8a
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user