From e20c151ef066820c3297c4f4d79098a6a31e10e7 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 17 Jul 2018 11:50:18 +0200 Subject: [PATCH] =?UTF-8?q?Task=20#1652=20-=20Diff=C3=A9rence=20entre=20l'?= =?UTF-8?q?affichage=20d'une=20recherche=20et=20son=20export=20en=20csv=20?= =?UTF-8?q?#0001652:=20Diff=C3=A9rence=20entre=20l'affichage=20d'une=20rec?= =?UTF-8?q?herche=20et=20son=20export=20en=20csv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 6fb364684..2acc4fae5 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 '
'; 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 '
'; echo '';