This commit is contained in:
2026-05-24 16:08:29 +03:30
parent 71633c0b45
commit d10034cc21
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ const ProformaInvoice: FC = () => {
{
key: 'total',
title: 'مجموع',
render: (item) => <span>{NumberFormat(item.total)} تومان</span>,
render: (item) => <span>{NumberFormat(item.total)} ریال</span>,
},
{
key: 'confirmStatus',