mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fixes
This commit is contained in:
parent
a8caaec7bb
commit
fd6217a48f
@ -23,7 +23,7 @@ return new class extends Migration {
|
||||
});
|
||||
|
||||
// remove invalid transactions
|
||||
BankIntegration::query()->where('bank_integration_type', BankIntegration::INTEGRATION_TYPE_NORDIGEN)->cursor()->each(function ($bank_integration) {
|
||||
BankIntegration::query()->where('integration_type', BankIntegration::INTEGRATION_TYPE_NORDIGEN)->cursor()->each(function ($bank_integration) {
|
||||
$bank_integration->from_date = now()->subDays(90);
|
||||
$bank_integration->save();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user