mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: remove parent item category from item categories service.
This commit is contained in:
@@ -57,13 +57,6 @@ export default class ItemCategory extends TenantModel {
|
||||
column: 'description',
|
||||
columnType: 'string'
|
||||
},
|
||||
parent_category_id: {
|
||||
label: 'Parent category',
|
||||
column: 'parent_category_id',
|
||||
relation: 'items_categories.id',
|
||||
relationColumn: 'items_categories.id',
|
||||
optionsResource: 'item_category',
|
||||
},
|
||||
user: {
|
||||
label: 'User',
|
||||
column: 'user_id',
|
||||
|
||||
Reference in New Issue
Block a user