Test pour génération courrier kbis
This commit is contained in:
commit
f0ab2de1b2
@ -303,7 +303,7 @@ function afficheCommande($commande, $type){
|
||||
// Formulaire pour modifier l'état d'une commande courrier S&D
|
||||
$contenuEtat = '';
|
||||
if ( $commande->type=='C' && hasModeEdition() ){
|
||||
$contenuEtat.= '<a href="./?page=saisieajax&q=gencourrier/K'.
|
||||
$contenuEtat.= '<a href="./?page=saisieajax&q=gencourrier/'.
|
||||
$commande->id.'"target="_blank">Générer le courrier</a>';
|
||||
}
|
||||
if ( ($commande->type=='C' || $commande->type='M') &&
|
||||
|
@ -46,7 +46,6 @@ if ($typeCommande == 'C') {
|
||||
$commande = Doctrine_Query::create()
|
||||
->from('CommandesKbis')
|
||||
->andWhere('id = ?', $id)
|
||||
->andWhere('type = ?', 'C')
|
||||
->fetchOne();
|
||||
|
||||
$typeDocument = 'kbis';
|
||||
@ -95,7 +94,7 @@ $tarifs = Doctrine_Query::create()
|
||||
->execute();
|
||||
|
||||
if ($tarifs->count() == 0) {
|
||||
echo 'Pas de tarifs défini pour le tribunal '.
|
||||
echo 'Commande '.$commande->type.$commande->id.' - Pas de tarifs défini pour le tribunal '.
|
||||
$info->tribunal['Nom'].' ('.$tribunalCode.')';
|
||||
exit;
|
||||
}
|
||||
|
BIN
www/img/pbar-ani.gif
Normal file
BIN
www/img/pbar-ani.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
Loading…
x
Reference in New Issue
Block a user