XML : cosmetic, manage long description and name
This commit is contained in:
parent
be93797369
commit
8069af5a5b
1 changed files with 2 additions and 2 deletions
|
|
@ -503,8 +503,8 @@ abstract class XML_Reader
|
|||
$nb_inline = count($result);
|
||||
for ($i = 0; $i < $nb_inline; $i++)
|
||||
{
|
||||
$pdf->write_cell(50, 4, $result[$i]['name']);
|
||||
$pdf->write_cell(50, 4, $result[$i]['description']);
|
||||
$pdf->write_multi(50, 4, $result[$i]['name']);
|
||||
$pdf->write_multi(50, 4, $result[$i]['description']);
|
||||
$pdf->write_cell(25, 4, $result[$i]['tva_percent'], align: 'R');
|
||||
$pdf->write_cell(5, 4, $result[$i]['tva_id']);
|
||||
$pdf->write_cell(25, 4, $result[$i]['quantity'], align: 'R');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue