noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 72/162: Bug : cannot set group


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 72/162: Bug : cannot set group
Date: Sat, 11 Jul 2020 13:23:41 -0400 (EDT)

sparkyx pushed a commit to annotated tag E-4
in repository noalyss.

commit 8803de159060c60dcd91a447cf6190e8df4e1899
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Sat Sep 22 17:09:09 2018 +0200

    Bug : cannot set group
---
 include/ajax/ajax_anc_accounting.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/ajax/ajax_anc_accounting.php 
b/include/ajax/ajax_anc_accounting.php
index 35f25d3..fe14821 100644
--- a/include/ajax/ajax_anc_accounting.php
+++ b/include/ajax/ajax_anc_accounting.php
@@ -37,6 +37,8 @@ $pa_id=$http->request("pa_id");
 
 $anc=new Poste_analytique_SQL($cn, $p_id);
 $anc->pa_id=$pa_id;
+$anc->ga_id=$http->request("ga_id","string",null);
+
 $accounting=new Anc_Account_Table($anc);
 $accounting->set_object_name($ctl_id);
 $accounting->set_callback("ajax_misc.php");



reply via email to

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