Release 1.15. Added email notification to stock location when available stock is...
[fa-stable.git] / config.php
index 6164128bd660b0402b96513d5dd0a2402e82faf1..44e0b706773a0bf8326b60c2b900e47d6e513e2f 100644 (file)
        // Main Title
        $app_title = "FrontAccounting";
     // application version
-    $version           = "1.14";
+    $version           = "1.15";
 
     // Build for development purposes
-    $build_version     = "79";
+    $build_version     = "32";
 
        // Powered by
        $power_by               = "FrontAccounting";
@@ -84,6 +84,9 @@
           2 = Islamic used by other arabic nations */
        $date_system = 0;
 
+       /* email stock location if order below reorder-level */
+       $loc_notification = 1;
+
        $dateformats    = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD");
        $dateseps               = array("/", ".", "-", " ");
        $thoseps                = array(",", ".", " ");