Merge branch 'stable' into unstable

* stable:
  Bug : saved search does not take the date end
  PHP8.2 : deprecated dynamique attr.
  Cosmetic , missing bcscale and code cleaning
  Set the DB to the version 202 for NOALYSS9.3 correct make-sql
  Bug : when only one extension, it fails
This commit is contained in:
sparkyx 2024-09-17 14:36:25 +02:00
commit 676aefaeeb
4 changed files with 26 additions and 16 deletions

View file

@ -53,6 +53,7 @@ for ($i=0;$i<$nb_array;$i++):
$a_param['search_opr_jrn']=explode(",",$user_filter->getp("r_jrn"));
}
$a_param ["date_start"] = $user_filter->getp("date_start");
$a_param ["date_end"] = $user_filter->getp("date_end");
$a_param ["date_paid_start"] = $user_filter->getp("date_paid_start");
$a_param ["date_paid_end"] = $user_filter->getp("date_paid_end");
/*[search_opdate_start_hidden] => 01.01.2023

View file

@ -11,6 +11,7 @@
* Variables : $div = popup or box (det[0-9]
*
*/
bcscale(2);
\Noalyss\Dbg::echo_file(__FILE__);
$select_box=new \Select_Box("sb_".$jr_id, _("Autre action"));
$select_box->set_position("normal");