Revert "WIP : longline change"
PDF Change not working
This reverts commit c41efc26dc.
This commit is contained in:
parent
03da6c8cdb
commit
3a68c08960
12 changed files with 45 additions and 45 deletions
|
|
@ -162,14 +162,14 @@ foreach ($a_accounting as $accounting_item)
|
|||
|
||||
$i = 0;
|
||||
$side=" ".$acc_account_ledger->get_amount_side($solde);
|
||||
$pdf->write_multi($width[$i], 3, shrink_date($detail['j_date_fmt']), 0, $lor[$i]);
|
||||
$pdf->LongLine($width[$i], 3, shrink_date($detail['j_date_fmt']), 0, $lor[$i]);
|
||||
$i++;
|
||||
$pdf->write_multi($width[$i], 3, $detail['jr_internal'], 0, $lor[$i] );
|
||||
$pdf->LongLine($width[$i], 3, $detail['jr_internal'], 0, $lor[$i] );
|
||||
$i++;
|
||||
/* limit set to 40 for the substring */
|
||||
// $triple_point = (mb_strlen($detail['description']) > 40 ) ? '...':'';
|
||||
// $pdf->write_multi($width[$i], 6, mb_substr($detail['description'],0,40).$triple_point, 0,$lor[$i]);
|
||||
$pdf->write_multi($width[$i], 3,$detail['description'].'['.$detail['jr_optype'].']', 0,$lor[$i]);
|
||||
// $pdf->LongLine($width[$i], 6, mb_substr($detail['description'],0,40).$triple_point, 0,$lor[$i]);
|
||||
$pdf->LongLine($width[$i], 3,$detail['description'].'['.$detail['jr_optype'].']', 0,$lor[$i]);
|
||||
$i++;
|
||||
$pdf->write_cell($width[$i], 6, $detail['jr_pj_number'], 0, 0, $lor[$i]);
|
||||
$i++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue