remove empty line

This commit is contained in:
markus 2019-03-11 16:44:15 +01:00
parent bdb03bd454
commit e1f9e845cc

View File

@ -782,7 +782,7 @@ class pdf_standard extends ModeleExpenseReport
// Informations for trip (dates and users workflow)
if ($object->fk_user_author > 0) {
$userfee=new User($this->db);
$userfee->fetch($object->fk_user_author); $posy+=6;
$userfee->fetch($object->fk_user_author);
$posy+=3;
$pdf->SetXY($posx+2, $posy);
$pdf->SetFont('', '', 10);