Skip to content

Commit

Permalink
Fix when verif is called several times
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 11, 2017
1 parent 56e437a commit 31ab73f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/compta/bank/class/account.class.php
Expand Up @@ -1345,6 +1345,8 @@ function verif()
{
require_once DOL_DOCUMENT_ROOT . '/core/lib/bank.lib.php';

$this->error_number = 0;

// Call function to check BAN
if (! checkBanForAccount($this))
{
Expand Down

0 comments on commit 31ab73f

Please sign in to comment.