X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=5462943545f6afafb17a8a8403a3a2bac05442e8;hb=a8b5d60413ff06dd098b58ae6119f085d3c9ea8b;hp=f5b6e85e840edd13ab0bcfd0aa5add43ad1479f1;hpb=56c6e387f78498e190c5018f1b0676acc057273f;p=fa-stable.git diff --git a/config.default.php b/config.default.php index f5b6e85e..54629435 100644 --- a/config.default.php +++ b/config.default.php @@ -192,6 +192,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* Whether to allow sending new password by e-mail */ $allow_password_reset = false; + /* Print Item Images on Sales Quotations. Set to 1 if so. */ + $print_item_images_on_quote = 0; + /* for uploaded item pictures */ $pic_width = 80; $pic_height = 50;