Update
This commit is contained in:
@@ -289,12 +289,13 @@ export default function TableList() {
|
||||
label: localeData.txtPrescriptionPharmacy,
|
||||
isSort: true,
|
||||
},
|
||||
{
|
||||
// Conditionally include button_accept if the role is 'admin-apotek'
|
||||
...(formattedRoleName === 'cs-lms' ? [{
|
||||
id: 'phone_apotek',
|
||||
align: 'center',
|
||||
label: localeData.txtPrescriptionPharmacyPhone,
|
||||
isSort: true,
|
||||
},
|
||||
isSort: false,
|
||||
}] : []),
|
||||
{
|
||||
id: 'status',
|
||||
align: 'center',
|
||||
|
||||
Reference in New Issue
Block a user