X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep706.php;h=8a0e4d459c60bdac2f50db7607a3490781c8842a;hb=6c2eb8504065becb97a0bbe66f87ed18d067293f;hp=674e25027cdf2a72692200443968212ca8cde232;hpb=cc0c71b76958eab31be7cd1c917ad82dc57d4f40;p=fa-stable.git diff --git a/reporting/rep706.php b/reporting/rep706.php index 674e2502..8a0e4d45 100644 --- a/reporting/rep706.php +++ b/reporting/rep706.php @@ -306,9 +306,8 @@ function print_balance_sheet() $pg->type = $graphics; $pg->skin = $graph_skin; $pg->built_in = false; - $pg->fontfile = $path_to_root . "/reporting/fonts/Vera.ttf"; $pg->latin_notation = ($decseps[$_SESSION["wa_current_user"]->prefs->dec_sep()] != "."); - $filename = company_path(). "/pdf_files/test.png"; + $filename = company_path(). "/pdf_files/". uniqid("").".png"; $pg->display($filename, true); $w = $pg->width / 1.5; $h = $pg->height / 1.5;