Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
FIX #13110
  • Loading branch information
eldy committed Feb 14, 2020
1 parent f0596b4 commit 3faed75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/accountancy/journal/bankjournal.php
Expand Up @@ -663,7 +663,7 @@
} elseif ($tabtype[$key] == 'payment_various') {
$bookkeeping->subledger_account = $k;
$bookkeeping->subledger_label = $tabcompany[$key]['name'];
$bookkeeping->numero_compte = $tabpay[$obj->rowid]["account_various"];
$bookkeeping->numero_compte = $tabpay[$key]["account_various"];

$accountingaccount->fetch(null, $bookkeeping->numero_compte, true);
$bookkeeping->label_compte = $accountingaccount->label;
Expand Down

0 comments on commit 3faed75

Please sign in to comment.