Missing TB_PREF fix.
[fa-stable.git] / config.php
index 44e0b706773a0bf8326b60c2b900e47d6e513e2f..67683efcf13b19061c307caa4f3c4d8343ed42f1 100644 (file)
        // Main Title
        $app_title = "FrontAccounting";
     // application version
-    $version           = "1.15";
+    $version           = "2.0 Pre Alpha";
 
     // Build for development purposes
-    $build_version     = "32";
+    $build_version     = "2";
 
        // Powered by
        $power_by               = "FrontAccounting";
        $date_system = 0;
 
        /* email stock location if order below reorder-level */
-       $loc_notification = 1;
+       $loc_notification = 0;
+
+       /* print_invoice_no. 0 = print reference number, 1 = print invoice number */
+       $print_invoice_no = 0;
 
        $dateformats    = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD");
        $dateseps               = array("/", ".", "-", " ");