[opencourrier-Commits] r902 - in branches/test_5.0.0-a1: . app

0 views
Skip to first unread message

fray...@adullact.net

unread,
Mar 24, 2017, 7:12:02 AM3/24/17
to openmairie-...@googlegroups.com
Author: fraynaud
Date: 2017-03-24 12:11:59 +0100 (Fri, 24 Mar 2017)
New Revision: 902

Modified:
branches/test_5.0.0-a1/HISTORY.txt
branches/test_5.0.0-a1/app/widget_courrier_arrivee.php
Log:

restriction session sur widget courrier arrivee



Modified: branches/test_5.0.0-a1/HISTORY.txt
===================================================================
--- branches/test_5.0.0-a1/HISTORY.txt 2017-03-22 11:50:19 UTC (rev 901)
+++ branches/test_5.0.0-a1/HISTORY.txt 2017-03-24 11:11:59 UTC (rev 902)
@@ -11,8 +11,9 @@
branche 5.0.0-a1
----------------

+
* a quoi sert app/changerservice.php et workservice.class.php ?
-
+* restriction widget courrier service sur sessio serviec 24-03-2017 fr
* correction bug afficheall om_formulaire 22/03/2017
* bug utils.class erreur de requete dans fonction.class.php get_fonction_libelle 22/03/2017


Modified: branches/test_5.0.0-a1/app/widget_courrier_arrivee.php
===================================================================
--- branches/test_5.0.0-a1/app/widget_courrier_arrivee.php 2017-03-22 11:50:19 UTC (rev 901)
+++ branches/test_5.0.0-a1/app/widget_courrier_arrivee.php 2017-03-24 11:11:59 UTC (rev 902)
@@ -58,8 +58,9 @@
ON courrier.traitement = service.service
WHERE
courrier.typecourrier = 'arrivee'
-";
+ and courrier.traitement='".$_SESSION['service']."'";

+
// Si l'option de filtrage de la recherche est activée
if ($f->getParameter('filtre_recherche_service') == 'true') {


Reply all
Reply to author
Forward
0 new messages