X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fview%2Faccrual_trans.php;h=ab5d08f671abd880c79ff5f7642714748102fd6e;hb=bd8f517d30d1edd3261e26e582ddd9e11c555616;hp=9289c737793e663f37331aa6f1fc485355f9490f;hpb=0c760ea65c8c6f0a45ea8328abab53be649f2105;p=fa-stable.git diff --git a/gl/view/accrual_trans.php b/gl/view/accrual_trans.php index 9289c737..ab5d08f6 100644 --- a/gl/view/accrual_trans.php +++ b/gl/view/accrual_trans.php @@ -64,7 +64,7 @@ $th = array_merge($first_cols, $dim_cols, $remaining_cols); table_header($th); $end = $_GET['date']; $account = $_GET['act']; -$begin = add_days($end, -$_SESSION["wa_current_user"]->prefs->transaction_days()); +$begin = add_days($end, -user_transaction_days()); $result = get_gl_transactions($begin, $end, -1, $account, 0, 0, null); $j = 0; @@ -105,4 +105,3 @@ end_table(1); end_page(true); -?>