diff --git a/include/class/follow_up.class.php b/include/class/follow_up.class.php index 34a8ff0fd..b91532828 100644 --- a/include/class/follow_up.class.php +++ b/include/class/follow_up.class.php @@ -627,7 +627,7 @@ class Follow_Up $table->add(_('Titre'), $url, 'order by ag_title asc', 'order by ag_title desc', 'ta', 'td'); $table->add(_('Etat'), $url, 'order by s_value asc', 'order by s_value desc', 'ea', 'ed'); - $ord=(!isset($_GET['ord']))?"dcd":$_GET['ord']; + $ord=(!isset($_GET['ord']))?"dd":$_GET['ord']; $sort=$table->get_sql_order($ord); if (strlen(trim($p_filter))!=0) @@ -736,7 +736,7 @@ class Follow_Up $r.="".$row['s_value'].""; $r.=''.$href. h($row['ag_title']).""; - $r.="".$href.h($row['tags']).''.""; + $r.="".$href."".h($row['tags']).''.''.""; $r.="".$href.$row['ag_ref'].''.""; $r.="".$href.h($row['dest']).''.""; diff --git a/include/class/periode.class.php b/include/class/periode.class.php index 43cde5797..a8b0272b5 100644 --- a/include/class/periode.class.php +++ b/include/class/periode.class.php @@ -573,6 +573,7 @@ class Periode if ($obj->getp("p_closed")=="f") { $checkbox=new ICheckBox("sel_per_close[]"); + $checkbox->set_range("sel_per_close_ck"); $checkbox->set_attribute("per_id", $obj->getp("p_id")); $checkbox->value=$obj->getp("p_id"); echo "".$checkbox->input().""; diff --git a/include/class/periode_ledger_table.class.php b/include/class/periode_ledger_table.class.php index 263b23105..c3d057e8b 100644 --- a/include/class/periode_ledger_table.class.php +++ b/include/class/periode_ledger_table.class.php @@ -131,6 +131,7 @@ class Periode_Ledger_Table if ($pa_row["status"] == "OP") { $checkbox=new ICheckBox("sel_per_close[]"); $checkbox->set_attribute("per_id", $pa_row['id']); + $checkbox->set_range("sel_per_close_ck"); $checkbox->value=$pa_row['id']; echo "".$checkbox->input().""; }else { diff --git a/include/periode.inc.php b/include/periode.inc.php index 095419064..9c4cfc3b0 100644 --- a/include/periode.inc.php +++ b/include/periode.inc.php @@ -137,4 +137,5 @@ echo ''; ?> diff --git a/include/template/periode_add_exercice.php b/include/template/periode_add_exercice.php index f801ad826..ce31a26cf 100644 --- a/include/template/periode_add_exercice.php +++ b/include/template/periode_add_exercice.php @@ -70,9 +70,18 @@ de fin d'exercice: amortissements, régulations de compte... Avec une 13ième p - +