1
0
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:
David Bomba 2022-09-14 17:53:38 +10:00
parent 433af7b00c
commit bced761d9b

View File

@ -96,6 +96,7 @@ class ProcessBankTransactions implements ShouldQueue
$this->bank_integration->from_date = now();
$this->bank_integration->save();
$this->stop_loop = false;
return;
}