noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 81/323: task #1531: Historique poste et fich


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 81/323: task #1531: Historique poste et fiche d'après exercice opération Fait aussi pour le bouton historique
Date: Wed, 14 Mar 2018 17:38:27 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit ae33c4d8c46fdfc5060d24503fd473ce2ee2f296
Author: Dany De Bontridder <address@hidden>
Date:   Wed Jan 24 19:25:23 2018 +0100

    task #1531: Historique poste et fiche d'après exercice opération
    Fait aussi pour le bouton historique
---
 include/lib/html_input.class.php | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php
index a6fbe21..f7a0e1a 100755
--- a/include/lib/html_input.class.php
+++ b/include/lib/html_input.class.php
@@ -322,12 +322,16 @@ class HtmlInput
     /**
      * display a div with the history of the card
      */
-    static function history_card_button($f_id, $p_mesg)
+    static function history_card_button($f_id, $p_mesg,$p_exercice="")
     {
         static $e=0;
         $e++;
-        $js=sprintf('onclick="view_history_card(\'%s\',\'%s\')"', $f_id,
-                dossier::id());
+         global $g_user;
+        if ( $p_exercice=="") {
+            $p_exercice=$g_user->get_exercice();
+        }
+        $js=sprintf('onclick="view_history_card(\'%s\',\'%s\',\'%s\')"', $f_id,
+                dossier::id(),$p_exercice);
         $view_history=HtmlInput::button("hcb"+$e, $p_mesg, $js);
         return $view_history;
     }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]