X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gl%2Finquiry%2Fgl_account_inquiry.php;h=4a9b7d0b040bed9bd62804dc9d3e41d1ba5e4945;hb=7eb7d3b1b680e17ba618b1a3f670f335eceb330e;hp=9aff2365ac093c3c9d50d8c1d315100e4ad847bc;hpb=78fe8cb8f56510ba3f6a1720b207a33b5828e071;p=fa-stable.git diff --git a/gl/inquiry/gl_account_inquiry.php b/gl/inquiry/gl_account_inquiry.php index 9aff2365..4a9b7d0b 100644 --- a/gl/inquiry/gl_account_inquiry.php +++ b/gl/inquiry/gl_account_inquiry.php @@ -68,7 +68,7 @@ function gl_inquiry_controls() start_table(TABLESTYLE_NOBORDER); start_row(); gl_all_accounts_list_cells(_("Account:"), 'account', null, false, false, _("All Accounts")); - date_cells(_("from:"), 'TransFromDate', '', null, -30); + date_cells(_("from:"), 'TransFromDate', '', null, -$_SESSION["wa_current_user"]->prefs->transaction_days()); date_cells(_("to:"), 'TransToDate'); end_row(); end_table();