Minor fixes for reminder job
This commit is contained in:
parent
8ac7ec8ef4
commit
d5d6c47d75
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ class ReminderJob implements ShouldQueue
|
|||
$invoice = $invoice->calc()->getInvoice();
|
||||
|
||||
$invoice->client->service()->updateBalance($invoice->balance - $temp_invoice_balance)->save();
|
||||
$invoice->ledger()->updateInvoiceBalance($invoice->balance - $temp_invoice_balance, "Late Fee Adjustment for invoice {$this->invoice->number}");
|
||||
$invoice->ledger()->updateInvoiceBalance($invoice->balance - $temp_invoice_balance, "Late Fee Adjustment for invoice {$invoice->number}");
|
||||
|
||||
return $invoice;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue