From 27ed9ba3dad3c34d9c08ba02fca22014448132d0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Fri, 1 Apr 2016 12:13:43 +0200 Subject: [PATCH] Remove now link useless here --- htdocs/compta/bank/account.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php index b1bf6cd4270..67af1a773a0 100644 --- a/htdocs/compta/bank/account.php +++ b/htdocs/compta/bank/account.php @@ -521,9 +521,9 @@ if ($id > 0 || ! empty($ref)) print '<input type="hidden" name="action" value="search">'; print '<input type="hidden" name="id" value="'.$object->id.'">'; - $period_filter .= $langs->trans('From').' '.$form->select_date($req_stdt,'req_stdt',0,0,1,null,1,1,1); + $period_filter .= $langs->trans('From').' '.$form->select_date($req_stdt,'req_stdt',0,0,1,null,1,0,1); $period_filter .= ' '; - $period_filter .= $langs->trans('to').' '.$form->select_date($req_enddt,'req_enddt',0,0,1,null,1,1,1); + $period_filter .= $langs->trans('to').' '.$form->select_date($req_enddt,'req_enddt',0,0,1,null,1,0,1); print '<tr class="liste_titre">'; print '<td colspan="2">'.$period_filter.'</td>'; -- GitLab