mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
fix loading indicator and send invoice status error
This commit is contained in:
@@ -369,6 +369,7 @@ class RecurringInvoice extends Model
|
||||
'customer' => $invoice->customer->toArray(),
|
||||
'company' => Company::find($invoice->company_id)
|
||||
];
|
||||
|
||||
$invoice->send($data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user