This commit is contained in:
2026-05-24 16:08:44 +03:30
parent 2db729c679
commit 1140fbae3c
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ const statusBadgeClass: Record<PaymentStatusEnum, string> = {
};
const formatAmount = (amount: number) =>
Number(amount).toLocaleString('fa-IR') + ' تومان';
Number(amount).toLocaleString('fa-IR') + ' ریال';
const getCustomerName = (item: PaymentType) => {
const user = item.invoice?.user;