X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep102.php;h=7f509f8f6fad993f72d5febbb9f2e1733102d13b;hb=c57a65eca46110b7e4a865dc2b007c1fd75838c3;hp=95d267c352f02b8b0d73759922331b4fc57089a4;hpb=f44132511cc91b83f20f91af0625d4b112b4c26e;p=fa-stable.git diff --git a/reporting/rep102.php b/reporting/rep102.php index 95d267c3..7f509f8f 100644 --- a/reporting/rep102.php +++ b/reporting/rep102.php @@ -67,14 +67,14 @@ function print_aged_customer_analysis() { global $path_to_root, $systypes_array, $SysPrefs; - $to = $_POST['PARAM_0']; - $fromcust = $_POST['PARAM_1']; - $currency = $_POST['PARAM_2']; - $show_all = $_POST['PARAM_3']; + $to = $_POST['PARAM_0']; + $fromcust = $_POST['PARAM_1']; + $currency = $_POST['PARAM_2']; + $show_all = $_POST['PARAM_3']; $summaryOnly = $_POST['PARAM_4']; - $no_zeros = $_POST['PARAM_5']; - $graphics = $_POST['PARAM_6']; - $comments = $_POST['PARAM_7']; + $no_zeros = $_POST['PARAM_5']; + $graphics = $_POST['PARAM_6']; + $comments = $_POST['PARAM_7']; $orientation = $_POST['PARAM_8']; $destination = $_POST['PARAM_9']; if ($destination) @@ -245,7 +245,7 @@ function print_aged_customer_analysis() $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;