mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
Merge pull request #710 from bigcapitalhq/fix-import-category-on-items
fix: Import category column of item resource
This commit is contained in:
@@ -294,7 +294,7 @@ export default {
|
|||||||
name: 'item.field.note',
|
name: 'item.field.note',
|
||||||
fieldType: 'text',
|
fieldType: 'text',
|
||||||
},
|
},
|
||||||
category: {
|
categoryId: {
|
||||||
name: 'item.field.category',
|
name: 'item.field.category',
|
||||||
fieldType: 'relation',
|
fieldType: 'relation',
|
||||||
relationModel: 'ItemCategory',
|
relationModel: 'ItemCategory',
|
||||||
|
|||||||
Reference in New Issue
Block a user