mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for converting matched transactions
This commit is contained in:
parent
f06f2e2633
commit
ae00f3cad3
@ -40,7 +40,7 @@ class BankTransactionRepository extends BaseRepository
|
||||
{
|
||||
|
||||
$data['transactions'] = $bank_transactions->map(function ($bt){
|
||||
return ['id' => $bt->id, 'invoice_ids' => $bt->invoice_ids];
|
||||
return ['id' => $bt->id, 'invoice_ids' => $bt->invoice_ids, 'ninja_category_id' => $bt->ninja_category_id];
|
||||
|
||||
})->toArray();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user