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 '
| operation " . " | Date | " . "n° de pièce | " . "internal | " . @@ -296,7 +291,6 @@ if (isset($_REQUEST['bt_html'])) $i++; $class = ($i % 2 == 0) ? ' class="even" ' : ' class="odd" '; echo "
|---|---|---|---|
| " . $line['num'] . " | "; echo "" . $line['date'] . " | "; echo "" . h($line['jr_pj_number']) . " | "; echo "" . HtmlInput::detail_op($line['jr_id'], $line['jr_internal']) . " | "; @@ -336,7 +330,7 @@ if (isset($_REQUEST['bt_html'])) } echo '
| '._('Totaux').' | '; - echo td().td().td().td().td(); + echo td().td().td().td(); echo ''.nbm($tot_amount).' | '; echo '