diff --git a/include/impress_poste.inc.php b/include/impress_poste.inc.php index bf397b122..f4555278b 100644 --- a/include/impress_poste.inc.php +++ b/include/impress_poste.inc.php @@ -293,7 +293,7 @@ if ( isset( $_REQUEST['bt_html'] ) ) if ( in_array($detail['jr_id'],$old) == TRUE ) continue; $old[]=$detail['jr_id']; echo tr(td("Journal :".$detail['jrn_def_name'],''),'style="width:auto" colspan="6"'); - echo ''. $detail['j_date'].' '.$detail['jr_internal'].' '.hb($detail['description']).' '.hi($detail['jr_pj_number']).''; + echo ''. $detail['j_date'].' '.$detail['jr_internal'].' '.hb($detail['description']).' '.hi($detail['jr_pj_number']).''; $op=new Acc_Operation($cn); $op->poste=$poste_id['pcm_val'];