Skip to content

Commit

Permalink
Merge pull request #16 from arquivei/fix/WALLSTREET-961
Browse files Browse the repository at this point in the history
Ajuste de metodo inexistente na geracao de pdf.
  • Loading branch information
luiz-lucca-arquivei authored Mar 19, 2021
2 parents 390043b + e174d27 commit ed46950
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/CTe/DacteOSV3.php
Original file line number Diff line number Diff line change
Expand Up @@ -1808,6 +1808,18 @@ protected function zModalRod($x = 0, $y = 0)
$this->pTextBox($x, $y, $w * 0.14, $h, $texto, $aFont, 'T', 'L', 0, '');*/
} //fim da função zModalRod

/**
* zModalAereo
* Monta o campo com os dados do remetente na DACTE. ( retrato e paisagem )
*
* @param number $x Posição horizontal canto esquerdo
* @param number $y Posição vertical canto superior
* @return number Posição vertical final
*/
protected function zModalAereo($x=0, $y=0){
//TODO Workaround until to be developed
}

/**
* zModalAquaviario
* Monta o campo com os dados do remetente na DACTE. ( retrato e paisagem )
Expand Down

0 comments on commit ed46950

Please sign in to comment.