Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDF #168

Merged
merged 1 commit into from
Sep 29, 2021
Merged

PDF #168

merged 1 commit into from
Sep 29, 2021

Conversation

gabrielareisg
Copy link
Contributor

Para corrigir o erro de exportação do PDF, mudei a linha que estava dando erro, no arquivo Style.php para isso:
if (round((int)$val) != $val && $val !== "auto") {
return;
}

Pelo o que eu vi, esse é um erro de versão da biblioteca dompdf
barryvdh/laravel-dompdf#757

fix #167

@thiagogomesverissimo thiagogomesverissimo merged commit bdf558d into fflch:master Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Corrigir exportação PDF na parte de Relatórios STL
2 participants