diff --git a/README.md b/README.md index 8a94d46..f302ccd 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ VERSION ACTUELLE Date: 17/01/2019 Version: 2.10.1 Author: EP - Mise à jour framework cakephp et amélioration recherche matériel + Mise à jour framework cakephp et amélioration recherche matériel: - Mise à jour du framework cakephp à la version courante : passage de v3.5 à v3.7 - Bugfixes et améliorations recherche matériel, notamment sur la désignation (si elle contient plusieurs mots) @@ -79,7 +79,7 @@ Liste complète des évolutions: https://gitlab.irap.omp.eu/epallier/labinvent/c ----------------------------------------------------------------------------------------------------------- 17/01/2019 Version: 2.10.1 (EP) - Mise à jour framework cakephp et amélioration recherche matériel + Mise à jour framework cakephp et amélioration recherche matériel: - Mise à jour du framework cakephp à la version courante : passage de v3.5 à v3.7: ($ php composer.phar require --update-with-dependencies "cakephp/cakephp:3.7.*") - Bugfixes et améliorations recherche matériel, notamment sur la désignation (si elle contient plusieurs mots) diff --git a/src/Controller/MaterielsController.php b/src/Controller/MaterielsController.php index 208d061..16bca1e 100755 --- a/src/Controller/MaterielsController.php +++ b/src/Controller/MaterielsController.php @@ -1680,8 +1680,8 @@ class MaterielsController extends AppController //'Materiels.designation LIKE' => '%' . $designation[0] . '%', //'Materiels.designation LIKE' => '%' . $this->request->getData('s_designation'). '%', $designation, - 'Materiels.numero_laboratoire LIKE' => '%' . $this->request->getData('s_numero_laboratoire') . '%', - //$this->getConditionForField('numero_laboratoire'), + //'Materiels.numero_laboratoire LIKE' => '%' . $this->request->getData('s_numero_laboratoire') . '%', + $this->getConditionForField('numero_laboratoire'), $this->getConditionForField('numero_commande'), $date_acquisition, $periode_acquisitionRequest, -- libgit2 0.21.2