Skip to content

Commit

Permalink
Merge pull request #7781 from frederic34/patch-1
Browse files Browse the repository at this point in the history
Fetch right account
  • Loading branch information
eldy committed Nov 11, 2017
2 parents 6eb2204 + 27ace14 commit 0d38e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/bank/card.php
Expand Up @@ -656,7 +656,7 @@
print '<td>';
if (! empty($conf->accounting->enabled)) {
$accountingaccount = new AccountingAccount($db);
$accountingaccount->fetch('',$object->account_number);
$accountingaccount->fetch('',$object->account_number, 1);

print $accountingaccount->getNomUrl(0,1,1,'',1);
} else {
Expand Down

0 comments on commit 0d38e15

Please sign in to comment.