diff --git a/includes/infogreffe/gestion.php b/includes/infogreffe/gestion.php index 7259366b3..64f01713c 100644 --- a/includes/infogreffe/gestion.php +++ b/includes/infogreffe/gestion.php @@ -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.= 'id.'"target="_blank">Générer le courrier'; } if ( ($commande->type=='C' || $commande->type='M') && diff --git a/includes/saisie/gencourrier.php b/includes/saisie/gencourrier.php index 21bb1850b..89e70296d 100644 --- a/includes/saisie/gencourrier.php +++ b/includes/saisie/gencourrier.php @@ -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; } diff --git a/www/img/pbar-ani.gif b/www/img/pbar-ani.gif new file mode 100644 index 000000000..cb59a04f9 Binary files /dev/null and b/www/img/pbar-ani.gif differ