X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep707.php;h=211e504fe473aa04a68eca5a7cd2d4de2f09d60a;hb=bc2159e29e2186ac6c2b5d034fe6228a5c6e77f5;hp=68b62694944c0f2928156c88b612523851a4c25b;hpb=121c3e24399733fbdacd7bb319c1cbf97be8826a;p=fa-stable.git diff --git a/reporting/rep707.php b/reporting/rep707.php index 68b62694..211e504f 100644 --- a/reporting/rep707.php +++ b/reporting/rep707.php @@ -325,7 +325,7 @@ function print_profit_and_loss_statement() $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;