Skip to content

Commit

Permalink
FIX sort link
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 26, 2020
1 parent c38e88c commit 114e411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/resultat/clientfourn.php
Expand Up @@ -192,7 +192,7 @@
}

// Show report array
$param = '&modecompta='.$modecompta;
$param = '&modecompta='.urlencode($modecompta).'&showaccountdetail='.urlencode($showaccountdetail);
if ($date_startday) $param .= '&date_startday='.$date_startday;
if ($date_startmonth) $param .= '&date_startmonth='.$date_startmonth;
if ($date_startyear) $param .= '&date_startyear='.$date_startyear;
Expand Down

0 comments on commit 114e411

Please sign in to comment.