mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: expense publish db column.
This commit is contained in:
@@ -8,7 +8,7 @@ export interface IExpense {
|
||||
paymentAccountId: number,
|
||||
peyeeId?: number,
|
||||
referenceNo?: string,
|
||||
published: boolean,
|
||||
publishedAt: Date|null,
|
||||
userId: number,
|
||||
paymentDate: Date,
|
||||
|
||||
@@ -29,7 +29,7 @@ export interface IExpenseDTO {
|
||||
paymentAccountId: number,
|
||||
peyeeId?: number,
|
||||
referenceNo?: string,
|
||||
published: boolean,
|
||||
publish: boolean,
|
||||
userId: number,
|
||||
paymentDate: Date,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user