Option for auto create branch when creating new customer. Link to Customer Transactions.
[fa-stable.git] / config.default.php
index e10006e7f3c723b1553c89d88cf639e433050ac9..2cb027a8722cde3cba584e71fe2f23c28a2d6ef7 100644 (file)
@@ -68,6 +68,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        $power_by               = "FrontAccounting";
        $power_url              = "http://frontaccounting.com";
 
+       /* Creates automatic a default branch with contact. Value 0 do not create auto branch */
+       $auto_create_branch = 1;
+
        /* Save Report selections (a value > 0 means days to save. 0 = no save) */
        $save_report_selections = 0;