diff --git a/app/Services/Payment/UpdateInvoicePayment.php b/app/Services/Payment/UpdateInvoicePayment.php index 295496a78be8..aba182f80668 100644 --- a/app/Services/Payment/UpdateInvoicePayment.php +++ b/app/Services/Payment/UpdateInvoicePayment.php @@ -116,7 +116,8 @@ class UpdateInvoicePayment $recurring_invoice->saveQuietly(); $recurring_invoice->next_send_date = $recurring_invoice->nextSendDate(); $recurring_invoice->next_send_date_client = $recurring_invoice->nextSendDateClient(); - $recurring_invoice->saveQuietly(); + $recurring_invoice->service()->applyNumber()->save(); + } return;