X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep707.php;h=267636dac66b11b573b9214f12c6a6d787e0184e;hb=8f7d6ecc5814cd339717606eda3dc7af2c431a8e;hp=bd13ff9b218e4da2092999b2e7dad996b65cf397;hpb=68bf09b0ddf5bbe3a0155d288f4d0334104a9538;p=fa-stable.git diff --git a/reporting/rep707.php b/reporting/rep707.php index bd13ff9b..267636da 100644 --- a/reporting/rep707.php +++ b/reporting/rep707.php @@ -330,7 +330,7 @@ function print_profit_and_loss_statement() $pg->skin = $SysPrefs->graph_skin; $pg->built_in = false; $pg->latin_notation = ($SysPrefs->decseps[user_dec_sep()] != "."); - $filename = company_path(). "/pdf_files/". uniqid("").".png"; + $filename = company_path(). "/pdf_files/". random_id().".png"; $pg->display($filename, true); $w = $pg->width / 1.5; $h = $pg->height / 1.5;