From 4112b477eed0706db496fcdd14af57dc3f0f56dd Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 23 Nov 2022 19:52:53 +0100 Subject: [PATCH] Cosmetic : --- include/impress_poste.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];