Línea 367... |
Línea 367... |
367 |
|
367 |
|
368 |
$this->Cell(188, 6, utf8_decode('Tarea: '.$record2->title), 1, 1, 'C', true);
|
368 |
$this->Cell(188, 6, utf8_decode('Tarea: '.$record2->title), 1, 1, 'C', true);
|
369 |
$this->setP(5);
|
369 |
$this->setP(5);
|
370 |
$this->MultiCell(188, 6, utf8_decode('Descripcion: '.$record2->description), 1, 'L', false);
|
370 |
$this->MultiCell(188, 6, utf8_decode('Descripcion: '.$record2->description), 1, 'L', false);
|
- |
|
371 |
$this->MultiCell(188, 6, utf8_decode('Implementacion: '.$record2->how), 1, 'L', false);
|
- |
|
372 |
$whoUser='';
|
- |
|
373 |
$toggleWho=true;
|
- |
|
374 |
foreach($record2->who as $record3){
|
- |
|
375 |
if($toggleWho){
|
- |
|
376 |
$whoUser=$whoUser.$record3;
|
- |
|
377 |
$toggleWho=false;
|
- |
|
378 |
}else{
|
- |
|
379 |
$whoUser=$whoUser.', '.$record3;
|
- |
|
380 |
|
- |
|
381 |
}
|
371 |
$this->MultiCell(188, 6, utf8_decode('Implementacion: '.$record2->how), 1, 'L', false);
|
382 |
}
|
372 |
$this->MultiCell(188, 6, utf8_decode('Participantes: '.$record2->who), 1, 'L', false);
|
383 |
$this->MultiCell(188, 6, utf8_decode('Participantes: '.$whoUser), 1, 'L', false);
|
373 |
$this->MultiCell(188, 6, utf8_decode('Lugar: '.$record2->place), 1, 'L', false);
|
384 |
$this->MultiCell(188, 6, utf8_decode('Lugar: '.$record2->place), 1, 'L', false);
|
374 |
$this->Cell(16, 6, utf8_decode('Fecha: '), 1, 0, 'L', false);
|
385 |
$this->Cell(16, 6, utf8_decode('Fecha: '), 1, 0, 'L', false);
|
375 |
$this->Cell(20, 6, utf8_decode($record2->date), 1, 0, 'C', false);
|
386 |
$this->Cell(20, 6, utf8_decode($record2->date), 1, 0, 'C', false);
|
376 |
$this->Cell(16, 6, utf8_decode('Horas: '), 1, 0, 'L', false);
|
387 |
$this->Cell(16, 6, utf8_decode('Horas: '), 1, 0, 'L', false);
|