noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 04/06: Task #1226 - Classement fiches par pos


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/06: Task #1226 - Classement fiches par poste comptable - sous-poste #1226 : forcer le classement en text en ajoutant "TEXT"
Date: Mon, 14 Dec 2015 11:30:47 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 2ad036e10f61565caac4093f5db4f81d1622e673
Author: Dany De Bontridder <address@hidden>
Date:   Sun Dec 13 23:29:27 2015 +0100

    Task #1226 - Classement fiches par poste comptable - sous-poste
    #1226 : forcer le classement en text en ajoutant "TEXT"
---
 include/class/class_fiche.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/include/class/class_fiche.php b/include/class/class_fiche.php
index f394f62..521baa6 100644
--- a/include/class/class_fiche.php
+++ b/include/class/class_fiche.php
@@ -1591,7 +1591,6 @@ class Fiche
 
         if ( $all_tiers == 0 || count($step_tiers)==0 ) return "";
         $r="";
-        $r.=_("Cherche ").HtmlInput::filter_table("tiers_tb", '0,1,2', 1);
         $r.=$bar;
         
         $r.='<table  id="tiers_tb" class="sortable"  
style="width:90%;margin-left:5%">
@@ -1637,7 +1636,7 @@ class Fiche
                        $url_detail);
 
             $r.="<TD> $e".$tiers->strAttribut(ATTR_DEF_QUICKCODE)."</A></TD>";
-            $r.="<TD> $e".$accounting."</TD>";
+            $r.="<TD sorttable_customkey=\"text{$accounting}\"> 
$e".$accounting."</TD>";
             $r.="<TD>".h($tiers->strAttribut(ATTR_DEF_NAME))."</TD>";
             $r.="<TD>".h($tiers->strAttribut(ATTR_DEF_ADRESS).
                          " ".$tiers->strAttribut(ATTR_DEF_CP).



reply via email to

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