X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep704.php;h=794b053a1a54708a9d87fc07b92dbbf5a4625ba1;hb=813a5c558638f7937da410b969a7935dd0de7342;hp=856efecb10ca71400e508f63cb62c5fcc11e1bdd;hpb=d683494fb064b081b75616354993bfc889389dc2;p=fa-stable.git diff --git a/reporting/rep704.php b/reporting/rep704.php index 856efecb..794b053a 100644 --- a/reporting/rep704.php +++ b/reporting/rep704.php @@ -106,10 +106,10 @@ function print_GL_transactions() $begin = ""; else { - if ($from < $begin) - $begin = add_days($from, -1); - else - $begin = add_days(begin_fiscalyear(), -1); + $begin = begin_fiscalyear(); + if (date1_greater_date2($begin, $from)) + $begin = $from; + $begin = add_days($begin, -1); } $prev_balance = get_gl_balance_from_to($begin, $from, $account["account_code"], $dimension, $dimension2);