New command to make sure opening balance currency information is correct.

This commit is contained in:
James Cole
2019-08-18 13:01:38 +02:00
parent 98ae0efb16
commit c218a12af7
8 changed files with 188 additions and 8 deletions

View File

@@ -243,6 +243,7 @@ trait AccountServiceTrait
'destination_id' => $destId,
'destination_name' => $destName,
'user' => $account->user_id,
'currency_id' => $data['currency_id'],
'order' => 0,
'amount' => $amount,
'foreign_amount' => null,