mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 04:54:35 -04:00
Logging
This commit is contained in:
parent
a2e2602ccb
commit
c15c1572e9
@ -88,6 +88,9 @@ nlog($data);
|
||||
//expense transactions
|
||||
$transactions = $yodlee->getTransactions($data);
|
||||
|
||||
if(count($transactions) == 0)
|
||||
return;
|
||||
|
||||
$company = $this->bank_integration->company;
|
||||
|
||||
MultiDB::setDb($company->db);
|
||||
|
Loading…
x
Reference in New Issue
Block a user