indent
This commit is contained in:
parent
4496ad5d4e
commit
de4123246c
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ class Print_Ledger_Simple extends PDF
|
|||
}
|
||||
$this->Cell(15,6,nbm($this->rap_tva_np),0,0,'R'); /* Tva ND */
|
||||
foreach($this->rap_tva as $line_tva)
|
||||
$this->Cell(15,6,nbm($line_tva),0,0,'R');
|
||||
$this->Cell(15,6,nbm($line_tva),0,0,'R');
|
||||
$this->Cell(15,6,nbm($this->rap_tvac),0,0,'R'); /* Tvac */
|
||||
|
||||
$this->Ln(6);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue