[0003304] Purchase Order Entry: fixed support for editable items description.
[fa-stable.git] / gl / inquiry / tax_inquiry.php
index 91b111d9f199bf6aa077329b2ee3d0f2ad49a19f..90ec7fe7d0efa255898764da897b7e2284e57f17 100644 (file)
@@ -22,7 +22,7 @@ include_once($path_to_root . "/gl/includes/gl_db.inc");
 
 $js = '';
 set_focus('account');
-if ($use_popup_windows)
+if ($SysPrefs->use_popup_windows)
        $js .= get_js_open_window(800, 500);
 if (user_use_date_picker())
        $js .= get_js_date_picker();
@@ -58,7 +58,7 @@ function tax_inquiry_controls()
     start_table(TABLESTYLE_NOBORDER);
        start_row();
 
-       date_cells(_("from:"), 'TransFromDate', '', null, -$_SESSION["wa_current_user"]->prefs->transaction_days());
+       date_cells(_("from:"), 'TransFromDate', '', null, -user_transaction_days());
        date_cells(_("to:"), 'TransToDate');
        submit_cells('Show',_("Show"),'','', 'default');
 
@@ -135,4 +135,3 @@ show_results();
 
 end_page();
 
-?>