[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 24/46: Task #0001974: Duplication d'opération
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 24/46: Task #0001974: Duplication d'opération – Inclure l'intitulé |
Date: |
Tue, 13 Jul 2021 05:01:56 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit e1933f7aca940756150c1bdef30c8079ce2225a7
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Jun 16 18:44:13 2021 +0200
Task #0001974: Duplication d'opération – Inclure l'intitulé
---
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 314c1a1..f17056a 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('<form id="%s" method="POST"
ACTION="%s">',$p_id,NOALYSS_URL."/do.php?".Dossier::get());
- $r.=Dossier::hidden();
// select the menu where the operation will be duplicated
$r=sprintf('<form id="%s" method="POST"
ACTION="%s">',$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.='</form>';
- [Noalyss-commit] [noalyss] 16/46: Improve email sent : check if file attached, (continued)
- [Noalyss-commit] [noalyss] 16/46: Improve email sent : check if file attached, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 15/46: Task #0001417: Reconnexion souple connect, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 09/46: Add waiting_box, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 17/46: Task #0001595: CA - liste d'opérations - pas de choix de l'execice., Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 19/46: clean code : remove useless comment, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 20/46: New #0001983: CA - permettre désactivation poste, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 18/46: Bug: possible to set an empy name for an Analytic plan, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 21/46: Bug #0002011: Encodage opération – Verrouillage nombre de lignes si non vides, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 23/46: Task #0002014: Comptabilité analytique = export des pièces des opérations rapprochées, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 27/46: Task #0002014: Comptabilité analytique ordre par date Database_Core setter/getter for sql, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 24/46: Task #0001974: Duplication d'opération – Inclure l'intitulé,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 33/46: If database connx failed then reload the form, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 12/46: Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 22/46: Cosmetic, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 26/46: Typo menu, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 28/46: Task #0002015: Export CSV depuis ANCGL : ajout de colonnes, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 29/46: Use autoload, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 31/46: Module decrease font-size, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 32/46: Code Cleaning #0002022: Utilisation d'un autoloader, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 35/46: Update Translation, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 36/46: get the output with transform2pdf in case it fails, Dany De Bontridder, 2021/07/13