From 8cd95d08bb081068643d7d3271785124845a4a5d Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 10 Oct 2017 13:50:06 +0200 Subject: [PATCH] =?UTF-8?q?PRINTJRN=20:=20enl=C3=A8ve=20num=20op=C3=A9rati?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/impress_jrn.inc.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/impress_jrn.inc.php b/include/impress_jrn.inc.php index f900ab924..e0e5cee3f 100644 --- a/include/impress_jrn.inc.php +++ b/include/impress_jrn.inc.php @@ -162,10 +162,6 @@ if (isset($_REQUEST['bt_html'])) $jrn_id=$http->get("jrn_id","numeric"); require_once NOALYSS_INCLUDE.'/class/acc_ledger.class.php'; - /* - * If it is not asked to print separately the ledger - * or if a specific ledger is asked - */ $Jrn = new Acc_Ledger($cn, $jrn_id); $Jrn->get_name(); $ledger_type=$Jrn->get_type() ; @@ -280,7 +276,6 @@ if (isset($_REQUEST['bt_html'])) //--- echo ''; echo "" . - "" . "" . "" . @@ -296,7 +291,6 @@ if (isset($_REQUEST['bt_html'])) $i++; $class = ($i % 2 == 0) ? ' class="even" ' : ' class="odd" '; echo ""; - echo ""; echo ""; echo ""; echo ""; @@ -336,7 +330,7 @@ if (isset($_REQUEST['bt_html'])) } echo ''; echo ''; - echo td().td().td().td().td(); + echo td().td().td().td(); echo ''; echo ''; echo "
operation " . "Date n° de pièce internal
" . $line['num'] . "" . $line['date'] . "" . h($line['jr_pj_number']) . "" . HtmlInput::detail_op($line['jr_id'], $line['jr_internal']) . "
'._('Totaux').''.nbm($tot_amount).'
";