Additional fixes to app options reorganization.
[fa-stable.git] / admin / void_transaction.php
index 474217a0c32a942cccea23ed0225b8d865884327..7e3019ab5000902a81bbeb0e0e1a46e0f4d846a3 100644 (file)
@@ -21,7 +21,7 @@ include_once($path_to_root . "/admin/db/transactions_db.inc");
 
 include_once($path_to_root . "/admin/db/voiding_db.inc");
 $js = "";
-if ($use_date_picker)
+if (user_use_date_picker())
        $js .= get_js_date_picker();
 if ($use_popup_windows)
        $js .= get_js_open_window(800, 500);