X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=a5a8920e0e12d895c151658b664b29b0e624e3c5;hb=c75b19a492e4b9ad53c9c0a47b87ad0abb687921;hp=1eeba6e41c992b5cfc92388898ed08c57f4b499e;hpb=0c760ea65c8c6f0a45ea8328abab53be649f2105;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 1eeba6e4..a5a8920e 100644 --- a/config.default.php +++ b/config.default.php @@ -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"; + /* No check on edit conflicts. Maybe needed to be set to 1 in certains Windows Servers */ + $no_check_edit_conflicts = 0; + /* Do not print zero lines amount of 0.00 in Sales Documents if service item. 1 = do not */ $no_zero_lines_amount = 1;