PDF_OPERATION : Operation detail en multiligne
This commit is contained in:
parent
f4bc48bbf0
commit
eba72b4c68
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class PDF_Operation extends PDF {
|
|||
$this->pdf->write_cell(100, 6, $this->acc_detail->det->jr_pj_number);
|
||||
$this->pdf->line_new(4);
|
||||
$this->pdf->write_cell(50, 6, _("Commentaire"));
|
||||
$this->pdf->write_cell(100, 6, $this->acc_detail->det->jr_comment);
|
||||
$this->pdf->LongLine(130, 3 , $this->acc_detail->det->jr_comment);
|
||||
$this->pdf->line_new(4);
|
||||
$this->pdf->write_cell(50, 6, _("Nom document"));
|
||||
$this->pdf->write_cell(100, 6, $this->acc_detail->det->jr_pj_name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue