fix: issue in edit payment receive with invoices payment amount chaning.

This commit is contained in:
a.bouhuolia
2020-12-19 17:04:11 +02:00
parent 1a0aad7dc4
commit fb135913bb
8 changed files with 103 additions and 108 deletions

View File

@@ -25,7 +25,7 @@ export interface ISaleInvoiceDTO {
}
export interface ISaleInvoiceCreateDTO extends ISaleInvoiceDTO {
fromEstiamteId: number,
fromEstimateId: number,
};
export interface ISaleInvoiceEditDTO extends ISaleInvoiceDTO {