noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 11/12: Correct bug #0001882: predefined opera


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 11/12: Correct bug #0001882: predefined operation ODS not visible
Date: Fri, 15 Jan 2021 09:40:08 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 38ea5b395bfabbc389c7cc727512adb7cbe83540
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Jan 12 12:14:14 2021 +0100

    Correct bug #0001882: predefined operation ODS not visible
---
 include/class/pre_operation.class.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/class/pre_operation.class.php 
b/include/class/pre_operation.class.php
index cfadc0e..4a6ad18 100644
--- a/include/class/pre_operation.class.php
+++ b/include/class/pre_operation.class.php
@@ -332,9 +332,8 @@ class Pre_operation
 
         $value=$this->db->get_array("select od_id,od_name,od_description from 
op_predef ".
             " where jrn_def_id=$1".
-            " and od_direct =$2".
             " order by od_name",
-            array($this->p_jrn,$this->od_direct ));
+            array($this->p_jrn));
 
         if ( $this->p_jrn=='') $value=array();
 



reply via email to

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