mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clarify payouts
This commit is contained in:
parent
3d0d416b24
commit
5f147b6381
@ -86,6 +86,7 @@ class CalculatePayouts extends Command
|
|||||||
$client = $payment->client;
|
$client = $payment->client;
|
||||||
|
|
||||||
$this->info("User: $user");
|
$this->info("User: $user");
|
||||||
|
$this->info("Client: " . $client->getDisplayName());
|
||||||
|
|
||||||
foreach ($client->payments as $payment) {
|
foreach ($client->payments as $payment) {
|
||||||
$amount = $payment->getCompletedAmount();
|
$amount = $payment->getCompletedAmount();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user