Fixed multiplied amounts in Journal Inquiry.
[fa-stable.git] / config.default.php
index 9bc4dae1e946d9f6cab4712dd73e0986233b5cd0..161fec2537346e8df51a7206a46622fd1c88b4d9 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";
 
+       /* 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;