cardOwner

This commit is contained in:
hamid zarghami
2026-06-15 12:37:44 +03:30
parent 22e443cf7b
commit 20309be061
4 changed files with 64 additions and 18 deletions
@@ -67,6 +67,13 @@ export const getPaymentMethodTableColumns = ({ onDelete, isDeleting }: GetPaymen
return item.cardNumber || '-'
}
},
{
key: 'cardOwner',
title: 'نام صاحب کارت',
render: (item: RestaurantPaymentMethod) => {
return item.cardOwner || '-'
}
},
{
key: 'actions',
title: '',