mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: resource advanced view filter.
This commit is contained in:
@@ -37,7 +37,7 @@ export default {
|
||||
'type': {
|
||||
column: 'account_type_id',
|
||||
relation: 'account_types.id',
|
||||
relationColumn: 'account_types.id',
|
||||
relationColumn: 'account_types.key',
|
||||
},
|
||||
'description': {
|
||||
column: 'description',
|
||||
@@ -58,7 +58,8 @@ export default {
|
||||
column: 'active',
|
||||
},
|
||||
balance: {
|
||||
column: 'balance',
|
||||
column: 'amount',
|
||||
columnType: 'number'
|
||||
},
|
||||
currency: {
|
||||
column: 'currency_code',
|
||||
|
||||
Reference in New Issue
Block a user