refactor datatables admin
This commit is contained in:
@@ -49,7 +49,6 @@ class Invoices
|
||||
{
|
||||
InvoiceStats::increase($data['total_taxed']);
|
||||
$data['uuid'] = Str::uuid()->toString();
|
||||
$data['ref'] = self::getNewRef();
|
||||
|
||||
return Invoice::create($data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user