mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: missed send_to_email column in sale estimate.
This commit is contained in:
@@ -11,7 +11,7 @@ export interface ISaleEstimate {
|
||||
termsConditions: string,
|
||||
userId: number,
|
||||
entries: IItemEntry[],
|
||||
|
||||
sendToEmail: string,
|
||||
createdAt?: Date,
|
||||
};
|
||||
export interface ISaleEstimateDTO {
|
||||
@@ -22,6 +22,7 @@ export interface ISaleEstimateDTO {
|
||||
entries: IItemEntry[],
|
||||
note: string,
|
||||
termsConditions: string,
|
||||
sendToEmail: string,
|
||||
};
|
||||
|
||||
export interface ISalesEstimatesFilter extends IDynamicListFilterDTO {
|
||||
|
||||
Reference in New Issue
Block a user