mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 09:04:33 -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){
|
$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();
|
})->toArray();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user