X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=e10006e7f3c723b1553c89d88cf639e433050ac9;hb=a642d90ee487f817f72cfa56041fb5e595178d30;hp=1d45c8b3aae8d61b7efcc2cc6f3a608bfda592b3;hpb=77bb4cfa68b0c8367a0e2ef0e046d6588f696486;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 1d45c8b3..e10006e7 100644 --- a/config.default.php +++ b/config.default.php @@ -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;