noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/04: Task #1652 - Différence entre l'affic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/04: Task #1652 - Différence entre l'affichage d'une recherche et son export en csv #0001652: Différence entre l'affichage d'une recherche et son export en csv
Date: Sat, 21 Jul 2018 05:19:36 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit e20c151ef066820c3297c4f4d79098a6a31e10e7
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jul 17 11:50:18 2018 +0200

    Task #1652 - Différence entre l'affichage d'une recherche et son export en 
csv
    #0001652: Différence entre l'affichage d'une recherche et son export en csv
---
 include/history_operation.inc.php | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/include/history_operation.inc.php 
b/include/history_operation.inc.php
index 6fb3646..2acc4fa 100644
--- a/include/history_operation.inc.php
+++ b/include/history_operation.inc.php
@@ -118,7 +118,22 @@ echo dossier::hidden();
 list($count, $html) = $Ledger->list_operation($sql, $offset, $ask_pay);
 echo $html;
 echo $bar;
-$r = HtmlInput::get_to_hidden(array('l', 'date_start', 'date_end', 'desc', 
'amount_min', 'amount_max', 'qcode', 'accounting', 'unpaid', 'gDossier', 
'ledger_type', 'p_action'));
+$r = HtmlInput::get_to_hidden(array('search_opnb_jrn', 
+    'search_opqcode',
+    'l', 
+    'date_start', 
+    'date_end', 
+    'date_paid_start',
+    'date_paid_end',
+    'desc', 
+    'amount_min', 
+    'amount_max', 
+    'qcode', 
+    'accounting', 
+    'unpaid', 
+    'gDossier', 
+    'ledger_type', 
+    'p_action'));
 if (isset($_GET['r_jrn']))
 {
        foreach ($_GET['r_jrn'] as $k => $v)
@@ -145,7 +160,8 @@ echo '<form action="export.php" method="get">';
 echo $r;
 echo HtmlInput::hidden('act', 'CSV:histo');
 echo HtmlInput::submit('viewsearch', _('Export vers CSV'));
-
+$qcode=$http->get("search_opqcode","string","");
+echo HtmlInput::hidden('qcode',trim($qcode));
 echo '</form>';
 
 echo '</div>';



reply via email to

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