From 70cfec37b107b618bbb56b1c412e64c1ee9cf8ad Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 5 Jan 2018 17:38:21 +0100 Subject: [PATCH] Fix add of free entry into bank account --- htdocs/compta/bank/bankentries_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/bankentries_list.php b/htdocs/compta/bank/bankentries_list.php index 6a530bbd2eb..2cdf92a7863 100644 --- a/htdocs/compta/bank/bankentries_list.php +++ b/htdocs/compta/bank/bankentries_list.php @@ -731,7 +731,7 @@ if ($resql) $morehtml.=''; $addbutton = ''; - if ($action != 'addline') + if ($action != 'addline' && $action != 'reconcile') { if (empty($conf->global->BANK_DISABLE_DIRECT_INPUT)) {