mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
minor fixes
This commit is contained in:
parent
772d8d036f
commit
27887b2b62
@ -389,7 +389,7 @@ class MatchBankTransactions implements ShouldQueue
|
||||
|
||||
$this->bt->invoice_ids = collect($invoices)->pluck('hashed_id')->implode(',');
|
||||
$this->bt->status_id = BankTransaction::STATUS_CONVERTED;
|
||||
$this->bt->payment_id = $payment->id
|
||||
$this->bt->payment_id = $payment->id;
|
||||
$this->bt->save();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user