WIP : longline change

This commit is contained in:
sparkyx 2024-08-01 11:35:27 +02:00
parent f4f400eb65
commit 78309926ab
12 changed files with 46 additions and 44 deletions

View file

@ -89,7 +89,7 @@ foreach ($a_poste as $poste)
$l++;
$pdf->write_cell($size[$l],6,_('Journal'),0,0,'C');
$l++;
$pdf->LongLine($size[$l],3,_('Libellé'),0,'L');
$pdf->write_multi($size[$l],3,_('Libellé'),0,'L');
$l++;
$pdf->write_cell($size[$l],6,_('Let'),0,0,'R');
$l++;
@ -160,7 +160,7 @@ foreach ($a_poste as $poste)
$l++;
$tiers=$operation->find_tiers($row['jr_id'], $row['j_id'], $row['j_qcode']);
$description=($tiers=="")?$row["description"]:"[".$tiers."]".$row['description'];
$pdf->LongLine($size[$l],3, $description,0,$align[$l]);
$pdf->write_multi($size[$l],3, $description,0,$align[$l]);
$l++;
$pdf->write_cell($size[$l],6,(($row['letter']!=-1)?$row['letter']:''),0,0,$align[$l]);
$l++;