Fixed point of sale handling and terms selection
[fa-stable.git] / config.default.php
index e7a1eaee621e274e422b5a1dd314ec5006662864..e69595f31d4cd44c390d7e5b48760d4295eb92f5 100644 (file)
@@ -64,6 +64,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        $power_by               = "FrontAccounting";
        $power_url              = "http://frontaccounting.com";
 
+       /* Save Report selections (a value > 0 means days to save. 0 = no save) */
+       $save_report_selections = 0;
+
        /* use popup windows for views */
        $use_popup_windows = 1;