X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep202.php;h=2eb27559689efe240c53f395c0a60089ea79f773;hb=f2e7911580d86e0c75edeabc3ce5b106c9f23151;hp=f921d308ff0292f82a1374249ef0ad8e799f1a5a;hpb=8d83034325c15a6304b37998c855d71d7ee4859c;p=fa-stable.git diff --git a/reporting/rep202.php b/reporting/rep202.php index f921d308..2eb27559 100644 --- a/reporting/rep202.php +++ b/reporting/rep202.php @@ -236,9 +236,8 @@ function print_aged_supplier_analysis() $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;