Fixed email sending links to use ajax.
[fa-stable.git] / config.default.php
index 22ab9cf1e39f73e82dede4edf5635dfb1fddf24f..4d370d9ece625eb3ac0c25c41c322a9085fa98e2 100644 (file)
@@ -108,6 +108,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        /* print_invoice_no. 0 = print reference number, 1 = print invoice number */
        $print_invoice_no = 0;
 
+       /* 1 = print Subtotal tax excluded, tax and Total tax included */
+       $alternative_tax_include_on_docs = 0;
+
        $dateformats    = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD");
        $dateseps               = array("/", ".", "-", " ");
        $thoseps                = array(",", ".", " ");