Skip to content

Commit

Permalink
fix: excl Tax
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannikitin committed Sep 5, 2024
1 parent 388970e commit bb47b6a
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ const PayableDetailsInfoBase = ({
)}
</Box>
<Box sx={{ color: 'secondary.main' }}>
{t(i18n)`excl. VAT`}{' '}
{t(i18n)`excl. Tax`}{' '}
{`${item.tax ? (item.tax / 100).toFixed(0) : 0}%`}
</Box>
</>
Expand Down
Loading

0 comments on commit bb47b6a

Please sign in to comment.