noalyss-commit
[Top][All Lists]
Advanced

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

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


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/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:45 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit ec89ddd62fe371d44f4430e41b2e706c059cfe35
Author: Dany De Bontridder <address@hidden>
Date:   Sun Dec 13 23:06:36 2015 +0100

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

diff --git a/include/template/result_cat_card_summary.php 
b/include/template/result_cat_card_summary.php
index af708ca..8c91ccc 100644
--- a/include/template/result_cat_card_summary.php
+++ b/include/template/result_cat_card_summary.php
@@ -43,6 +43,8 @@ echo td($detail);
                 if ($attr->ad_type=="date") :
                     // format YYYYMMDD
                     $sort='sorttable_customkey="'.format_date($attr->av_text, 
"DD.MM.YYYY", "YYYYMMDD").'"'; 
+                elseif ($attr->ad_type=="poste"):
+                    $sort='sorttable_customkey="TEXT'.$attr->av_text.'"'; 
                 endif;
                echo td($attr->av_text,'style="padding: 0 10 1 
10;white-space:nowrap;" '.$sort);
         else:



reply via email to

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