Task #1226 - Classement fiches par poste comptable - sous-poste
#1226 : forcer le classement en text en ajoutant "TEXT"
This commit is contained in:
parent
240211c975
commit
ec89ddd62f
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue