diff --git a/ChangeLog b/ChangeLog index bc9d00b428d..b8a1dc52180 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,8 @@ For users: with third party type. - New: VAT number is stored in one field. This is more "international". - New: task #9782 : Add possibility to delete a warehouse. -- New: Add label for stock movements. +- New: task #9640 : Add label for stock movements. +- New: task #9916 : Add FREE text for interventions card - Fix: bug #28055 : Unable to modify the date of a cloned command. - Fix: bug #27891. - Fix: Change of numbering module was not effective. diff --git a/htdocs/admin/commande.php b/htdocs/admin/commande.php index f09a7ad66f7..84125fba181 100644 --- a/htdocs/admin/commande.php +++ b/htdocs/admin/commande.php @@ -23,10 +23,10 @@ */ /** - \file htdocs/admin/commande.php - \ingroup commande - \brief Page d'administration-configuration du module Commande - \version $Id$ + * \file htdocs/admin/commande.php + * \ingroup commande + * \brief Setup page of module Order + * \version $Id$ */ require("./pre.inc.php"); diff --git a/htdocs/admin/fichinter.php b/htdocs/admin/fichinter.php index 0ba3004facd..b4415f0f851 100644 --- a/htdocs/admin/fichinter.php +++ b/htdocs/admin/fichinter.php @@ -24,7 +24,7 @@ /** * \file htdocs/admin/fichinter.php * \ingroup fichinter - * \brief Page d'administration/configuration du module FicheInter + * \brief Setup page of module Interventions * \version $Id$ */ @@ -51,6 +51,11 @@ if ($_POST["action"] == 'updateMask') if ($maskconst) dolibarr_set_const($db,$maskconst,$maskvalue,'chaine',0,'',$conf->entity); } +if ($_POST["action"] == 'set_FICHINTER_FREE_TEXT') +{ + dolibarr_set_const($db, "FICHINTER_FREE_TEXT",$_POST["FICHINTER_FREE_TEXT"],'chaine',0,'',$conf->entity); +} + if ($_POST["action"] == 'set_FICHINTER_DRAFT_WATERMARK') { dolibarr_set_const($db, "FICHINTER_DRAFT_WATERMARK",trim($_POST["FICHINTER_DRAFT_WATERMARK"]),'chaine',0,'',$conf->entity); @@ -387,6 +392,18 @@ print "