mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
fix: save payee contact to expense transaction.
This commit is contained in:
@@ -22,7 +22,7 @@ export interface IExpense {
|
||||
publishedAt: Date|null,
|
||||
userId: number,
|
||||
paymentDate: Date,
|
||||
|
||||
payeeId: number,
|
||||
categories: IExpenseCategory[],
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@ export interface IExpenseDTO {
|
||||
publish: boolean,
|
||||
userId: number,
|
||||
paymentDate: Date,
|
||||
|
||||
payeeId: number,
|
||||
categories: IExpenseCategoryDTO[],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user