mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix: discount and adjustment fields across financial forms
This commit is contained in:
@@ -284,7 +284,7 @@ export const useReceiptTotal = () => {
|
||||
const adjustmentAmount = useReceiptAdjustmentAmount();
|
||||
const discountAmount = useReceiptDiscountAmount();
|
||||
|
||||
return subtotal - discountAmount + adjustmentAmount;
|
||||
return subtotal - discountAmount - adjustmentAmount;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user