mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: Sorting manual journals and items.
This commit is contained in:
@@ -80,6 +80,7 @@ exports.seed = (knex) => {
|
||||
id: 10,
|
||||
resource_id: 2,
|
||||
label_name: 'Name',
|
||||
key: 'name',
|
||||
data_type: 'textbox',
|
||||
predefined: 1,
|
||||
columnable: true,
|
||||
@@ -88,6 +89,7 @@ exports.seed = (knex) => {
|
||||
id: 11,
|
||||
resource_id: 2,
|
||||
label_name: 'Type',
|
||||
key: 'type',
|
||||
data_type: 'textbox',
|
||||
predefined: 1,
|
||||
columnable: true,
|
||||
|
||||
Reference in New Issue
Block a user