refs #252
This commit is contained in:
@ -53,11 +53,6 @@ class InvoiceStatuses extends Seeder
|
||||
'name' => trans('invoices.status.partial'),
|
||||
'code' => 'partial',
|
||||
],
|
||||
[
|
||||
'company_id' => $company_id,
|
||||
'name' => trans('invoices.status.delete'),
|
||||
'code' => 'delete',
|
||||
],
|
||||
[
|
||||
'company_id' => $company_id,
|
||||
'name' => trans('invoices.status.paid'),
|
||||
|
Reference in New Issue
Block a user