mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Fixes for bank transactions:
This commit is contained in:
parent
433af7b00c
commit
bced761d9b
@ -96,6 +96,7 @@ class ProcessBankTransactions implements ShouldQueue
|
||||
|
||||
$this->bank_integration->from_date = now();
|
||||
$this->bank_integration->save();
|
||||
$this->stop_loop = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user