Task #1457 & 1281 : operation ouverture séparée

This commit is contained in:
Dany De Bontridder 2018-01-11 16:52:26 +01:00
parent e892d79c53
commit 6c00cee4be
17 changed files with 192 additions and 72 deletions

View file

@ -198,7 +198,7 @@ foreach ($a_poste as $poste)
/* limit set to 40 for the substring */
$triple_point = (mb_strlen($detail['description']) > 40 ) ? '...':'';
// $pdf->LongLine($width[$i], 6, mb_substr($detail['description'],0,40).$triple_point, 0,$lor[$i]);
$pdf->LongLine($width[$i], 6,$detail['description'], 0,$lor[$i]);
$pdf->LongLine($width[$i], 6,$detail['description'].'['.$detail['jr_optype'].']', 0,$lor[$i]);
$i++;
$pdf->write_cell($width[$i], 6, $detail['jr_pj_number'], 0, 0, $lor[$i]);
$i++;