X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=161fec2537346e8df51a7206a46622fd1c88b4d9;hb=fff04a43f510d4c7535f949b68566f3d7a2669f0;hp=e10006e7f3c723b1553c89d88cf639e433050ac9;hpb=56488e0870fed91a57bfc0b67e81703d8dcd1e56;p=fa-stable.git diff --git a/config.default.php b/config.default.php index e10006e7..161fec25 100644 --- a/config.default.php +++ b/config.default.php @@ -68,6 +68,15 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $power_by = "FrontAccounting"; $power_url = "http://frontaccounting.com"; + /* Do not print zero lines amount of 0.00 in Sales Documents if service item. 1 = do not */ + $no_zero_lines_amount = 1; + + /* Use icon for editkey (=true) righ of combobox. 1 = use, 0 = do not use */ + $use_icon_for_editkey = 0; + + /* 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;