update shipment
This commit is contained in:
@@ -31,7 +31,7 @@ export const getShipmentMethodTableColumns = ({ onDelete, isDeleting }: GetShipm
|
||||
key: 'price',
|
||||
title: 'قیمت',
|
||||
render: (item: RestaurantShipmentMethod) => {
|
||||
return item.price ? `${item.price.toLocaleString()} تومان` : '-'
|
||||
return item.price ? `${item.price.toLocaleString()} تومان` : 'رایگان'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user