From e1933f7aca940756150c1bdef30c8079ce2225a7 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 16 Jun 2021 18:44:13 +0200 Subject: [PATCH] =?UTF-8?q?Task=20#0001974:=20Duplication=20d'op=C3=A9rati?= =?UTF-8?q?on=20=E2=80=93=20Inclure=20l'intitul=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/class/acc_operation.class.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/class/acc_operation.class.php b/include/class/acc_operation.class.php index 314c1a125..f17056aa8 100644 --- a/include/class/acc_operation.class.php +++ b/include/class/acc_operation.class.php @@ -768,8 +768,6 @@ class Acc_Operation } // Prepare the form - $r=sprintf('
',$p_id,NOALYSS_URL."/do.php?".Dossier::get()); - $r.=Dossier::hidden(); // select the menu where the operation will be duplicated $r=sprintf('',$p_id,NOALYSS_URL."/do.php?".http_build_query([ "ac"=>$a_code[0]['code'],"gDossier"=>Dossier::id() @@ -813,7 +811,7 @@ class Acc_Operation // transform the operation into hidden element $r.=HtmlInput::simple_array_to_hidden($array); - + $r.=HtmlInput::hidden("e_comm",$operation->det->jr_comment); $r.=HtmlInput::submit(uniqid(), _("Dupliquer")); $r.='
';