Test pour génération courrier kbis

This commit is contained in:
Michael RICOIS 2011-02-03 08:50:38 +00:00
commit f0ab2de1b2
3 changed files with 2 additions and 3 deletions

View File

@ -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') &&

View File

@ -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&eacute;fini pour le tribunal '.
echo 'Commande '.$commande->type.$commande->id.' - Pas de tarifs d&eacute;fini pour le tribunal '.
$info->tribunal['Nom'].' ('.$tribunalCode.')';
exit;
}

BIN
www/img/pbar-ani.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB