mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix(sorting): add the missing the resources columns.
This commit is contained in:
@@ -163,7 +163,7 @@ export default class Expense extends TenantModel {
|
||||
},
|
||||
published: {
|
||||
label: "Published",
|
||||
column: "published",
|
||||
column: "published_at",
|
||||
},
|
||||
created_at: {
|
||||
label: "Created at",
|
||||
|
||||
Reference in New Issue
Block a user