parent
0b4ecc56a7
commit
54906579d9
1 changed files with 30 additions and 0 deletions
30
scenario/scenario-ajax-add-card.php
Normal file
30
scenario/scenario-ajax-add-card.php
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
//@description:sc Ajout d'une fiche
|
||||
$_GET=array (
|
||||
);
|
||||
$_POST=array (
|
||||
'gDossier' => '42',
|
||||
'ctl' => 'div_new_card',
|
||||
'fd_id' => '3',
|
||||
'av_text1' => 'caisse',
|
||||
'av_text3' => '',
|
||||
'av_text4' => '',
|
||||
'av_text12' => '',
|
||||
'av_text5' => '',
|
||||
'av_text5_bt' => 'Recherche',
|
||||
'av_text13' => '',
|
||||
'av_text14' => '',
|
||||
'av_text15' => '',
|
||||
'av_text16' => '',
|
||||
'av_text17' => '',
|
||||
'av_text18' => '',
|
||||
'av_text23' => '',
|
||||
'sc' => 'Sauve',
|
||||
'op' => 'sc',
|
||||
);
|
||||
$_POST['gDossier']=$gDossierLogInput;
|
||||
$_GET['gDossier']=$gDossierLogInput;
|
||||
$_REQUEST=array_merge($_GET,$_POST);
|
||||
ini_set('disable_functions', 'exit,die,header');
|
||||
include 'ajax_card.php';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue