Fixed price update when changing item in sales order entry.
[fa-stable.git] / config.php
index 9132cbb754512974cec4f88f91169c736e2b0021..cc495115990a23072ab45aab48cfe24c454caab5 100644 (file)
@@ -23,7 +23,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
 
        $debug                  = 1;
        $show_sql               = 0;
-       $go_debug               = 1;
+       $go_debug               = 0;
        if ($go_debug == 1)
        {
                error_reporting(E_ALL);
@@ -37,10 +37,10 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        // Main Title
        $app_title = "FrontAccounting";
        // application version
-       $version                = "2.0 Pre Alpha";
+       $version                = "2.0 Beta";
 
        // Build for development purposes
-       $build_version  = "2";
+       $build_version  = "22";
 
        // Powered by
        $power_by               = "FrontAccounting";
@@ -56,11 +56,12 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        $use_audit_trail = 0;
 
        /* Integrated base Wiki Help URL or null if not used */
-       $help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.';
+       //$help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.';
+       $help_base_url = null;
 
        /* per user data/cache directory */
        $comp_path = $path_to_root.'/company';
-       
+
        /* allow alpha characters in accounts. 0 = numeric, 1 = alpha numeric, 2 = uppercase alpha numeric */
        $accounts_alpha = 0;
 
@@ -172,5 +173,5 @@ if(isset($_SESSION["wa_current_user"])) {
        $js_static = array('behaviour.js');
        // additional js source included in header
        $js_lib = $js_userlib = array();
-       
+
 ?>
\ No newline at end of file