remove dead code

This commit is contained in:
sparkyx 2020-10-13 18:39:46 +02:00
parent 2a0054639d
commit 56a17d5aad

View file

@ -174,7 +174,7 @@ foreach ($a_poste as $poste)
$solde_d = 0.0;
$solde_c = 0.0;
$pdf->line_new();
$pdf->SetFont('DejaVuCond','',7);
$pdf->SetFont('DejaVuCond','',6);
}
@ -196,7 +196,7 @@ foreach ($a_poste as $poste)
$pdf->LongLine($width[$i], 6, $detail['jr_internal'], 0, $lor[$i] );
$i++;
/* limit set to 40 for the substring */
$triple_point = (mb_strlen($detail['description']) > 40 ) ? '...':'';
// $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'].'['.$detail['jr_optype'].']', 0,$lor[$i]);
$i++;