1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Initialize from_date

This commit is contained in:
David Bomba 2022-09-14 08:59:04 +10:00
parent 06480caff1
commit 0a9a93b74a

View File

@ -41,6 +41,7 @@ class ProcessBankTransactions implements ShouldQueue
{
$this->bank_integration_account_id = $bank_integration_account_id;
$this->bank_integration = $bank_integration;
$this->from_date = $bank_integration->from_date;
}
/**