X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep706.php;h=8a0e4d459c60bdac2f50db7607a3490781c8842a;hb=5089910120614dfb8b76a0271b43739f90f38b01;hp=ef975869b821ddbfee174542a1f2ac7b1fcf0cba;hpb=05a768ccc59943a7c56ed88b8b76e29c92570f46;p=fa-stable.git diff --git a/reporting/rep706.php b/reporting/rep706.php index ef975869..8a0e4d45 100644 --- a/reporting/rep706.php +++ b/reporting/rep706.php @@ -307,7 +307,7 @@ function print_balance_sheet() $pg->skin = $graph_skin; $pg->built_in = false; $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;