mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Modif pour la gestion de plus de ligne produit
This commit is contained in:
parent
3c7b3f084c
commit
a74c93d940
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user