[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 42/119: Bug : cannot duplicate ACH
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 42/119: Bug : cannot duplicate ACH |
Date: |
Mon, 26 Oct 2020 18:27:14 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 6ea60012450d89c1bb605a6db4a2bdcb53a974a4
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Tue Sep 29 23:34:37 2020 +0200
Bug : cannot duplicate ACH
---
include/compta_ach.inc.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/compta_ach.inc.php b/include/compta_ach.inc.php
index 2059cf7..d02c097 100644
--- a/include/compta_ach.inc.php
+++ b/include/compta_ach.inc.php
@@ -240,7 +240,7 @@ else
$Ledger->id = $request_jrn;
if (isset ($_REQUEST['p_jrn_predef'])){
- $Ledger->id=$_REQUEST['p_jrn_predef'];
+ $Ledger->id=$http->request('p_jrn_predef');
}
// pre defined operation
//
@@ -259,6 +259,7 @@ try
$acompte=$http->request("acompte", "string",0);
echo "<FORM class=\"print\"NAME=\"form_detail\" METHOD=\"POST\" >";
+ echo HtmlInput::hidden("ac", $ac);
/* request for a predefined operation */
if (isset($_REQUEST['pre_def'])&&!isset($_POST['correct']) && !
isset($correct) )
{
- [Noalyss-commit] [noalyss] 95/119: fix : select_box search doesn't work, (continued)
- [Noalyss-commit] [noalyss] 95/119: fix : select_box search doesn't work, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 12/119: Bug 1834 : duplicate , cannot confirm an duplicated operation because the $_GET is taken in priority, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 16/119: Predefined Operation rewriting, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 21/119: Bug : remove file by error, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 39/119: Bug : remove file by error, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 35/119: Predefined Operation rewriting, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 28/119: Bug : cannot export Follow Up, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 38/119: documentation, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 34/119: doc, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 27/119: Bug : correct search remove ~, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 42/119: Bug : cannot duplicate ACH,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 45/119: ManageTable : add tbody and thead , fix javascript error, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 44/119: Fix: predefined operation with overflow for details, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 49/119: tag - cosmetic, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 47/119: Tag and Group Tag, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 53/119: NEW Security : add tag, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 56/119: Cosmetic for cells for tag and contact, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 55/119: not used anymore javascript:void(0), Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 58/119: Missing file, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 62/119: FOLLOWUP : generate doc. add new tag, DOCUMENT_ID, TITLE, DESCRIPTION, LABELOP, COMMENT, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 72/119: Tag Limit column size , replace input_switch by check_box, Dany De Bontridder, 2020/10/26