Fix: make journal.

This commit is contained in:
elforjani13
2022-03-23 00:04:13 +02:00
parent 4e53b3a2d5
commit bc0f4f4cd9
4 changed files with 7 additions and 23 deletions

View File

@@ -15,14 +15,13 @@ export function MakeJournalFormFooterRight() {
return (
<MakeJouranlTotalLines>
<TotalLine
title={<T id={'manual_journal.details.subtotal'} />}
title={<T id={'make_journal.label.subtotal'} />}
value={formattedSubtotal}
borderStyle={TotalLineBorderStyle.None}
/>
<TotalLine
title={<T id={'manual_journal.details.total'} />}
title={<T id={'make_journal.label.total'} />}
value={formattedTotal}
// borderStyle={TotalLineBorderStyle.SingleDark}
textStyle={TotalLineTextStyle.Bold}
/>
</MakeJouranlTotalLines>