"; $sqlInsert = "INSERT INTO remboursements SET tr_id = 1, mr_id=1,eve_id = " . $evenement_id . ", rem_montant = '" . $montant . "',rem_date='" . $_POST['info_paiement']['date_payele'] . "',rem_date_pour='" . $_POST['info_paiement']['date_pour'] . "',rem_details='" . $_POST['info_paiement']['details'] . "',rem_ajoute_par='" . $_POST['info_paiement']['ajouter_par'] . "'"; //avant MSIN-4206 // $qryInsert = $objDatabasePreProd->fxQuery($sqlInsert); $qryInsert =$objDatabaseProd->fxQuery($sqlInsert); } } // si on clique excel if (isset($_POST['btn_excel_top']) || isset($_POST['btn_excel_bot'])) { fxShowReport($intEvenement, $strReport, $strWhere, $strOrder, $strLangue, true,false,false,false,$_POST,'excel'); } if (isset($_POST['btn_excel_na_top']) || isset($_POST['btn_excel_na_bot'])) { fxShowReport($intEvenement, $strReport, $strWhere, $strOrder, $strLangue, true, true,false,false,$_POST,'excel'); } if (isset($_POST['btn_excel_mc_top']) || isset($_POST['btn_excel_mc_bot'])) { fxShowReport($intEvenement, $strReport, $strWhere, $strOrder, $strLangue, true, false, true, 'mailchimp','false','excel'); } if (isset($_POST['btn_excel_animateur_top']) || isset($_POST['btn_excel_animateur_bot'])) { fxShowReport($intEvenement, $strReport, $strWhere, $strOrder, $strLangue, true, false, true, 'animateur','false','excel'); } if (isset($_POST['btn_pdf_top']) || isset($_POST['btn_pdf_bot'])) { fxShowReport($intEvenement, $strReport, $strWhere, $strOrder, $strLangue, false, false, false, 'pdf',$_POST,'pdf'); } if (isset($_POST['btn_pdf_pay_top']) || isset($_POST['btn_pdf_pay_bot'])) { fxShowReport($intEvenement, $strReport, $strWhere, $strOrder, $strLangue, false, false, false, 'pdf',$_POST,'pdf_pay'); } if (isset($_POST['btn_pdf_leg_top']) || isset($_POST['btn_pdf_leg_bot'])) { fxShowReport($intEvenement, $strReport, $strWhere, $strOrder, $strLangue, false, false, false, 'pdf',$_POST,'pdf_leg'); } if (isset($_POST['btn_pdf_pay_leg_top']) || isset($_POST['btn_pdf_pay_leg_bot'])) { fxShowReport($intEvenement, $strReport, $strWhere, $strOrder, $strLangue, false, false, false, 'pdf',$_POST,'pdf_pay_leg'); } require_once('inc_header.php'); ?>