Skip to content

Commit

Permalink
Ajustes no DAMDFe para suportar paginas.
Browse files Browse the repository at this point in the history
  • Loading branch information
icompsoftcleiton committed Jul 11, 2024
1 parent 6bccc69 commit bcb0942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MDFe/Damdfe.php
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ protected function addPage()
$aFont = array('font' => $this->fontePadrao, 'size' => 10, 'style' => 'B');
$this->pdf->textBox($x, $y, 180, 240, $texto, $aFont, 'T', 'C', 0, '');
$y = $y + 5;
$aFont = array('font' => $this->fontePadrao, 'size' => 8, 'style' => '');
$aFont = array('font' => $this->fontePadrao, 'size' => 7, 'style' => '');
for ($c = 0; $c < count($this->chaves); $c++) {
$y += 4;
$x = 7;
Expand Down

0 comments on commit bcb0942

Please sign in to comment.