Fixed recurrent invoices messages, new recurrent invoices now show no last date.
[fa-stable.git] / config.default.php
index 1d45c8b3aae8d61b7efcc2cc6f3a608bfda592b3..e10006e7f3c723b1553c89d88cf639e433050ac9 100644 (file)
@@ -89,6 +89,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        /* show users online discretely in the footer */
        $show_users_online = 0;
 
+       /* show item codes on purchase order */
+       $show_po_item_codes = 0;
+
        /* default print destination. 0 = PDF/Printer, 1 = Excel */
        $def_print_destination = 0;