X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep102.php;h=04a55faebea09157ff21fec6d1d998803e841c27;hb=6c2eb8504065becb97a0bbe66f87ed18d067293f;hp=2daae18d0406c6846f44e9e2fdfc88228b602562;hpb=05a768ccc59943a7c56ed88b8b76e29c92570f46;p=fa-stable.git diff --git a/reporting/rep102.php b/reporting/rep102.php index 2daae18d..04a55fae 100644 --- a/reporting/rep102.php +++ b/reporting/rep102.php @@ -231,7 +231,7 @@ function print_aged_customer_analysis() $pg->skin = $graph_skin; $pg->built_in = false; $pg->latin_notation = ($decseps[$_SESSION["wa_current_user"]->prefs->dec_sep()] != "."); - $filename = company_path(). "/images/test.png"; + $filename = company_path(). "/pdf_files/". uniqid("").".png"; $pg->display($filename, true); $w = $pg->width / 1.5; $h = $pg->height / 1.5;