get_array("select oe_id ,to_char(oe_date,'DD.MM.YY') str_date ,to_char(oe_transfer_date,'DD.MM.YY') str_transfer_date ,to_char(tech_date,'DD.MM.YY HH24:MI') draft_date ,jr_internal ,tech_user ,oe_text ,oe_type from operation_exercice order by oe_id desc"); $aUrl = ["ac" => $http->request("ac"), "gDossier" => Dossier::id()]; $checkbox=new ICheckBox("operation_list[]"); $checkbox->set_range("operation_range"); ?>

value=$operation['oe_id']; $detail=""; if ( ! empty ($operation['jr_internal'])) { $jr_id=$cn->get_value("select jr_id from jrn where jr_internal =$1",[$operation['jr_internal']]); if (!empty($jr_id)) $detail=\HtmlInput::detail_op($jr_id,$operation['jr_internal']); } ?>
input()?>