Gestion du libelle dans les commandes
This commit is contained in:
parent
8c7a406b2c
commit
adb026188f
@ -148,7 +148,7 @@ else
|
||||
{
|
||||
$firephp->log($action, 'action');
|
||||
$firephp->log($vecteurCommande, 'vecteurCommande');
|
||||
$firephp->log($_REQUEST['email'], 'email');
|
||||
$firephp->log($_REQUEST, 'REQUEST');
|
||||
|
||||
$vue = $_REQUEST['vue'];
|
||||
$option = trim(''.@$_REQUEST['option']); /* Si acte ou statuts : type_acte-date-greffe-dossier_millesime-dossier_statut-dossier_chrono-num_depot-num_acte */
|
||||
@ -183,13 +183,11 @@ else
|
||||
'login' => $login,
|
||||
'siren' => $siren,
|
||||
'refDocument' => $option,
|
||||
'libDocument' => '',
|
||||
'libDocument' => $_REQUEST['lib'],
|
||||
'dateCommande' => date('YmdHis')
|
||||
);
|
||||
$idCommande = mysql_insert('commandes', $tabCommande);
|
||||
|
||||
//noemail = true : on sait que l'email n'a pas ete saisie
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -545,7 +543,7 @@ else
|
||||
}else{
|
||||
$tag = '<a';
|
||||
}
|
||||
$href = './?page=greffes&vue=actes&siret='.$siret.'&option='.$optionUrl;
|
||||
$href = './?page=greffes&vue=actes&siret='.$siret.'&option='.$optionUrl.'&lib='.urlencode($acte['decisions']);
|
||||
$title = 'Cliquez ici pour télécharger le document correspondant';
|
||||
$tagContent = '<img src="./img/icone_pdf.gif"/>';
|
||||
|
||||
@ -570,7 +568,7 @@ else
|
||||
}
|
||||
}else{
|
||||
$tag = '<a';
|
||||
$href = './?page=greffes&vue=actes&siret='.$siret.'&option='.$optionUrl.'&vecteur=C';
|
||||
$href = './?page=greffes&vue=actes&siret='.$siret.'&option='.$optionUrl.'&lib='.urlencode($acte['decisions']).'&vecteur=C';
|
||||
$title = 'Cliquez ici pour commander le document correspondant';
|
||||
$tagContent = '<img src="./img/icone_courrier.png"/>';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user