X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep706.php;h=07585945b5e50cddd5f9b3708f13068fdded39e6;hb=582e4a2443d9ed6ca67f47c05b7d92772b53b805;hp=f54fddc6769871fcc629bb2af93ced0538cd0df7;hpb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;p=fa-stable.git diff --git a/reporting/rep706.php b/reporting/rep706.php index f54fddc6..07585945 100644 --- a/reporting/rep706.php +++ b/reporting/rep706.php @@ -311,7 +311,7 @@ function print_balance_sheet() $pg->type = $graphics; $pg->skin = $SysPrefs->graph_skin; $pg->built_in = false; - $pg->latin_notation = ($SysPrefs->decseps[$_SESSION["wa_current_user"]->prefs->dec_sep()] != "."); + $pg->latin_notation = ($SysPrefs->decseps[user_dec_sep()] != "."); $filename = company_path(). "/pdf_files/". uniqid("").".png"; $pg->display($filename, true); $w = $pg->width / 1.5;