noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 77/219: PRINTJRN : enlève num opération


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 77/219: PRINTJRN : enlève num opération
Date: Mon, 18 Dec 2017 13:22:41 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8cd95d08bb081068643d7d3271785124845a4a5d
Author: Dany De Bontridder <address@hidden>
Date:   Tue Oct 10 13:50:06 2017 +0200

    PRINTJRN : enlève num opération
---
 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 f900ab9..e0e5cee 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 '<TABLE class="result">';
                echo "<TR>" .
-               "<th> operation </td>" .
                "<th>Date</th>" .
                "<th> n° de pièce </th>" .
                "<th>internal</th>" .
@@ -296,7 +291,6 @@ if (isset($_REQUEST['bt_html']))
                        $i++;
                        $class = ($i % 2 == 0) ? ' class="even" ' : ' 
class="odd" ';
                        echo "<tr $class>";
-                       echo "<TD>" . $line['num'] . "</TD>";
                        echo "<TD>" . $line['date'] . "</TD>";
                        echo "<TD>" . h($line['jr_pj_number']) . "</TD>";
                        echo "<TD>" . HtmlInput::detail_op($line['jr_id'], 
$line['jr_internal']) . "</TD>";
@@ -336,7 +330,7 @@ if (isset($_REQUEST['bt_html']))
                }
                 echo '<tr class="highlight">';
                 echo '<td>'._('Totaux').'</td>';
-                echo td().td().td().td().td();
+                echo td().td().td().td();
                 echo '<td class="num">'.nbm($tot_amount).'</td>';
                 echo '</tr>';
                echo "</table>";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]