diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 6d038b9ecfe..9430277ff98 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -20,7 +20,7 @@ * $Source$ * */ -define('DOL_VERSION','1.0.0'); +define('DOL_VERSION','1.0.1'); if (! include ("conf/conf.php")) { @@ -176,6 +176,11 @@ if (defined("MAIN_MODULE_PROPALE") && MAIN_MODULE_PROPALE) { define('PROPALE_OUTPUT_URL', "/document/propale"); } + + if (!defined("PROPALE_NEW_FORM_NB_PRODUCT")) + { + define("PROPALE_NEW_FORM_NB_PRODUCT", 4); + } } // Modification de quelques variable de conf en fonction des Constantes