mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clean up logging
This commit is contained in:
parent
bc21d916b9
commit
2c04cbb86f
@ -71,14 +71,14 @@ class ClientLedgerBalanceUpdate implements ShouldQueue
|
||||
|
||||
}
|
||||
|
||||
nlog("Updating Balance NOW");
|
||||
// nlog("Updating Balance NOW");
|
||||
|
||||
$company_ledger->balance = $last_record->balance + $company_ledger->adjustment;
|
||||
$company_ledger->save();
|
||||
|
||||
});
|
||||
|
||||
nlog("Updating company ledger for client ". $this->client->id);
|
||||
// nlog("Updating company ledger for client ". $this->client->id);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user