rial to toman

This commit is contained in:
hamid zarghami
2026-02-21 12:34:27 +03:30
parent 369ad837ee
commit 1cf254de13
3 changed files with 9 additions and 10 deletions
@@ -94,7 +94,7 @@ const InvoiceItemRow: FC<Props> = ({
label="مبلغ کل"
readOnly
value={total >= 0 ? total.toLocaleString("fa-IR") : "۰"}
unit="ریال"
unit="تومان"
/>
</div>