mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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->from_date = now();
|
||||||
$this->bank_integration->save();
|
$this->bank_integration->save();
|
||||||
|
$this->stop_loop = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user