mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix: display adjustment in minues
This commit is contained in:
@@ -33,7 +33,7 @@ export default function CreditNoteDetailTableFooter() {
|
||||
value={creditNote.discount_amount_formatted}
|
||||
/>
|
||||
)}
|
||||
{creditNote.adjustment > 0 && (
|
||||
{creditNote.adjustment_formatted && (
|
||||
<TotalLine
|
||||
title={'Adjustment'}
|
||||
value={creditNote.adjustment_formatted}
|
||||
|
||||
Reference in New Issue
Block a user