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
+1 -1
View File
@@ -257,7 +257,7 @@ const CreateInvoice: FC = () => {
<div className="mt-6 bg-[#F5F7FC] h-12 px-4 flex justify-between items-center rounded-xl">
<div className="text-[#888888] text-[13px]">مبلغ کل:</div>
<div className="font-semibold text-[13px]">
{totalAmount.toLocaleString("fa-IR")} ریال
{totalAmount.toLocaleString("fa-IR")} تومان
</div>
</div>
</div>