added new type

This commit is contained in:
Cüneyt Şentürk 2023-11-03 16:14:25 +03:00
parent 4b8fe3f9c9
commit 1d886b8810
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ return [
'types' => [ 'types' => [
'alpha' => [ 'alpha' => [
'fields' => ['name', 'contact_name', 'customer_name', 'vendor_name', 'display_name', 'company_name', 'domain', 'email', 'description', 'code', 'type', 'status', 'vendor', 'account', 'category'], 'fields' => ['name', 'contact_name', 'customer_name', 'vendor_name', 'display_name', 'company_name', 'domain', 'email', 'description', 'code', 'type', 'status', 'vendor', 'account', 'category', 'type'],
'icon' => 'arrow_drop', 'icon' => 'arrow_drop',
], ],
'amount' => [ 'amount' => [