Fix add of free entry into bank account

This commit is contained in:
Laurent Destailleur 2018-01-05 17:38:21 +01:00
parent 5580cedfdc
commit 70cfec37b1

View File

@ -731,7 +731,7 @@ if ($resql)
$morehtml.='</div>';
$addbutton = '';
if ($action != 'addline')
if ($action != 'addline' && $action != 'reconcile')
{
if (empty($conf->global->BANK_DISABLE_DIRECT_INPUT))
{