mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix add of free entry into bank account
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user