feat(currency): update currency display to toman in admin panel; implement conversion functions for rial to toman and vice versa
This commit is contained in:
@@ -57,7 +57,7 @@ export default function PaymentsPage() {
|
||||
{
|
||||
key: 'amount',
|
||||
header: 'مبلغ',
|
||||
render: (p) => <><b>{formatRial(p.amount)}</b> <span className="muted" style={{ fontSize: 11 }}>تومان</span></>,
|
||||
render: (p) => <b>{formatRial(p.amount)}</b>,
|
||||
},
|
||||
{
|
||||
key: 'status',
|
||||
|
||||
Reference in New Issue
Block a user