noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 117/219: Task #0001297: Perfectionnement menu


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 117/219: Task #0001297: Perfectionnement menu COMPTA/ADV/OPEN remove dead code
Date: Mon, 18 Dec 2017 13:22:47 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a3470e6e27d35e695bba1648b7bae7149fb025de
Author: Dany De Bontridder <address@hidden>
Date:   Tue Oct 31 23:12:06 2017 +0100

    Task #0001297: Perfectionnement menu COMPTA/ADV/OPEN
    remove dead code
---
 include/opening.inc.php | 24 +-----------------------
 1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/include/opening.inc.php b/include/opening.inc.php
index 2af9a21..1ae51ba 100644
--- a/include/opening.inc.php
+++ b/include/opening.inc.php
@@ -258,28 +258,6 @@ if ($sa=='step4')
     $ledger=new Acc_Ledger($cn, $p_jrn);
     require_once NOALYSS_INCLUDE.'/operation_ods_new.inc.php';
     
-    /*echo '<form class="print" method="post">';
-    echo HtmlInput::hidden('ac', $_REQUEST['ac']);
-    echo HtmlInput::hidden('sa', 'step5');
-    echo HtmlInput::hidden('f', $_REQUEST['f']);
-    echo HtmlInput::hidden('p_periode', $_REQUEST['p_periode']);
-    echo dossier::hidden();
-    echo HtmlInput::hidden('p_jrn', $_REQUEST['p_jrn']);
-    echo $jrn->input($result, 0);
-    echo '<hr>';
-    echo '<h2 class="notice">'._("Ne corrigez pas encore, cliquez continuer 
pour passer à l'étape suivante").'</h2>';
-    echo HtmlInput::submit('correct_it', _('Continuer'));
-    echo '</form>';
-    echo HtmlInput::button_anchor(_('Retour'), $back);*/
-
-    echo '</div>';
-}
-// if sa=step4 then record it
-//
-if ($_REQUEST['sa']=='step5')
-{
-    $p_jrn=$http->request("p_jrn","number");
-    $ledger=new Acc_Ledger($cn, $p_jrn);
-    require_once NOALYSS_INCLUDE.'/operation_ods_new.inc.php';
+       echo '</div>';
 }
 



reply via email to

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