mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix: issue in edit payment receive with invoices payment amount chaning.
This commit is contained in:
@@ -25,7 +25,7 @@ export interface ISaleInvoiceDTO {
|
||||
}
|
||||
|
||||
export interface ISaleInvoiceCreateDTO extends ISaleInvoiceDTO {
|
||||
fromEstiamteId: number,
|
||||
fromEstimateId: number,
|
||||
};
|
||||
|
||||
export interface ISaleInvoiceEditDTO extends ISaleInvoiceDTO {
|
||||
|
||||
Reference in New Issue
Block a user