Changed hardcoded trans days in inquiries (30) to be a user preference.
[fa-stable.git] / gl / inquiry / profit_loss.php
index 351fc3d738003fe07a29de95ae3b8d59986de8f2..f7ba91767c1055bc9b1282c5f8830d58d90f76e1 100644 (file)
@@ -160,7 +160,7 @@ function inquiry_controls()
        $dim = get_company_pref('use_dimension');
     start_table(TABLESTYLE_NOBORDER);
     
-    date_cells(_("From:"), 'TransFromDate', '', null, -30);
+    date_cells(_("From:"), 'TransFromDate', '', null, -$_SESSION["wa_current_user"]->prefs->transaction_days());
        date_cells(_("To:"), 'TransToDate');
        
        //Compare Combo