mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: configure columns of resources export
This commit is contained in:
@@ -33,7 +33,7 @@ export default {
|
||||
fieldType: 'text',
|
||||
},
|
||||
personal_phone: {
|
||||
name: 'vendor.field.personal_pone',
|
||||
name: 'vendor.field.personal_phone',
|
||||
column: 'personal_phone',
|
||||
fieldType: 'text',
|
||||
},
|
||||
@@ -118,7 +118,7 @@ export default {
|
||||
exportable: true,
|
||||
},
|
||||
personalPhone: {
|
||||
name: 'vendor.field.personal_pone',
|
||||
name: 'vendor.field.personal_phone',
|
||||
type: 'text',
|
||||
exportable: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user