noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 263/323: Gestion : block search on the curren


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 263/323: Gestion : block search on the current card
Date: Wed, 14 Mar 2018 17:39:02 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3f6a2b01c2b5f8cf3b30e83bf716c5595c8857fb
Author: Dany De Bontridder <address@hidden>
Date:   Sat Feb 24 16:18:30 2018 +0100

    Gestion : block search on the current card
---
 include/category_operation.inc.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/category_operation.inc.php 
b/include/category_operation.inc.php
index 187ace0..4a20ba0 100644
--- a/include/category_operation.inc.php
+++ b/include/category_operation.inc.php
@@ -34,8 +34,8 @@ global $http;
 
 $f=new Fiche($cn,$http->request('f_id',"number"));
 $qcode=$f->get_quick_code();
-$_GET['qcode']=$qcode;
-$_REQUEST['qcode']=$qcode;
+$_GET['search_opqcode']=$qcode;
+$_REQUEST['search_opqcode']=$qcode;
 $var_array=compute_variable('ledger_type=ALL');
 put_global($var_array);
 



reply via email to

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