Added a variable, $print_invoice_no, in config.php for printing the invoice number...
[fa-stable.git] / config.php
index 3a86c9409ffbc66e5bd31bb359e0d45488a5ed92..7e82af0f97d23550cbc220f48a56eee4c07a1bac 100644 (file)
@@ -56,7 +56,7 @@
     $version           = "1.15";
 
     // Build for development purposes
-    $build_version     = "32";
+    $build_version     = "55";
 
        // Powered by
        $power_by               = "FrontAccounting";
@@ -87,6 +87,9 @@
        /* email stock location if order below reorder-level */
        $loc_notification = 0;
 
+       /* print_invoice_no. 0 = print reference number, 1 = print invoice number */
+       $print_invoice_no = 0;
+
        $dateformats    = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD");
        $dateseps               = array("/", ".", "-", " ");
        $thoseps                = array(",", ".", " ");