mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: discount & adjustment sale transactions bugs
This commit is contained in:
@@ -284,8 +284,8 @@ export interface SaleEstimateMailStateResponse {
|
||||
subtotal: number;
|
||||
subtotalFormatted: string;
|
||||
|
||||
discount: number;
|
||||
discountFormatted: string;
|
||||
discountAmount: number;
|
||||
discountAmountFormatted: string;
|
||||
discountLabel: string;
|
||||
discountPercentage: number | null;
|
||||
discountPercentageFormatted: string;
|
||||
|
||||
Reference in New Issue
Block a user