rial
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user