mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-15 01:42:54 -05: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