From fbc4e51c0b663abd70a151fdb40e880818262bf8 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 29 Nov 2014 14:02:38 +0100 Subject: [PATCH] Task #1057 - Impression poste sur plusieurs exercices Utilisation code journal (PDF) et nom journal (CSV) --- include/class_fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/class_fiche.php b/include/class_fiche.php index 3bc3e239e..2c994f5c5 100644 --- a/include/class_fiche.php +++ b/include/class_fiche.php @@ -1131,7 +1131,7 @@ class Fiche " jr_comment as description,jrn_def_name as jrn_name,". " jr_pj_number,". "j_debit, jr_internal,jr_id,coalesce(comptaproc.get_letter_jnt(j_id),-1) as letter, ". - " jr_tech_per,p_exercice, + " jr_tech_per,p_exercice,jrn_def_name, jrn_def_code". " from jrnx left join jrn_def on jrn_def_id=j_jrn_def ". " left join jrn on jr_grpt_id=j_grpt". @@ -1313,7 +1313,7 @@ class Fiche $progress=bcsub($sum_deb,$sum_cred); $side=" ".$this->get_amount_side($progress); echo "". - "". + "$old_exercice". td(''). "". "Totaux".