mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
spelling: amount
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -23,7 +23,7 @@ export function BillDetailTableFooter() {
|
|||||||
<BillTotalLines labelColWidth={'180px'} amountColWidth={'180px'}>
|
<BillTotalLines labelColWidth={'180px'} amountColWidth={'180px'}>
|
||||||
<TotalLine
|
<TotalLine
|
||||||
title={<T id={'bill.details.subtotal'} />}
|
title={<T id={'bill.details.subtotal'} />}
|
||||||
value={<FormatNumber value={bill.amont} />}
|
value={<FormatNumber value={bill.amount} />}
|
||||||
borderStyle={TotalLineBorderStyle.SingleDark}
|
borderStyle={TotalLineBorderStyle.SingleDark}
|
||||||
/>
|
/>
|
||||||
<TotalLine
|
<TotalLine
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ export const handlePreviousYearPercentageCheckboxChange = R.curry(
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles previous period change amout checkbox change.
|
* Handles previous period change amount checkbox change.
|
||||||
*/
|
*/
|
||||||
export const handlePreviousPeriodChangeCheckboxChange = R.curry(
|
export const handlePreviousPeriodChangeCheckboxChange = R.curry(
|
||||||
(form, event) => {
|
(form, event) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user