noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 73/219: Esthetic : History , improve place of


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 73/219: Esthetic : History , improve place of button
Date: Mon, 18 Dec 2017 13:22:40 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 83576a08adc5d96ae66448e21874a7c175aca5e6
Author: Dany De Bontridder <address@hidden>
Date:   Sat Oct 7 16:23:18 2017 +0200

    Esthetic : History , improve place of button
---
 include/history_operation.inc.php | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/history_operation.inc.php 
b/include/history_operation.inc.php
index 6c9d924..8564a11 100644
--- a/include/history_operation.inc.php
+++ b/include/history_operation.inc.php
@@ -67,7 +67,7 @@ echo '<div class="content">';
 // Check privilege
 $p_jrn=$http->request("p_jrn", "string",-1);
 if (isset($_REQUEST['p_jrn']) &&
-               $g_user->check_jrn($_REQUEST['p_jrn']) == 'X')
+               $g_user->check_jrn($p_jrn) == 'X')
 {
 
        NoAccess();
@@ -75,7 +75,7 @@ if (isset($_REQUEST['p_jrn']) &&
 }
 
 $Ledger->id = $p_jrn;
-echo $Ledger->display_search_form();
+
 //------------------------------
 // UPdate the payment
 //------------------------------
@@ -112,11 +112,12 @@ $offset = (isset($_GET['offset'])) ? $_GET['offset'] : 0;
 $bar = navigation_bar($offset, $max_line, $step, $page);
 
 echo $msg;
+echo $Ledger->display_search_form();
+echo $bar;
 echo '<form method="GET" id="fpaida" class="print">';
 echo HtmlInput::hidden("ac", $_REQUEST['ac']);
 echo HtmlInput::hidden('ledger_type',$ledger_type);
 echo dossier::hidden();
-echo $bar;
 
 list($count, $html) = $Ledger->list_operation($sql, $offset, $ask_pay);
 echo $html;



reply via email to

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