WIP : longline change
This commit is contained in:
parent
f4f400eb65
commit
78309926ab
12 changed files with 46 additions and 44 deletions
|
|
@ -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++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue