mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: display adjustment in minues
This commit is contained in:
@@ -455,7 +455,7 @@ export const useInvoiceTotal = () => {
|
||||
return R.compose(
|
||||
R.when(R.always(isExclusiveTax), R.add(totalTaxAmount)),
|
||||
R.subtract(R.__, discountAmount),
|
||||
R.add(R.__, adjustmentAmount),
|
||||
R.add(adjustmentAmount),
|
||||
)(subtotal);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user