IO-2703 Resolve incorrect Feature wrapper use.
This commit is contained in:
@@ -290,7 +290,7 @@ export function JobLinesComponent({
|
||||
key: 'location',
|
||||
render: (text, record) => <JobLineLocationPopup jobline={record} disabled={jobRO} />,
|
||||
},
|
||||
...(HasFeatureAccess({ featureName: 'bills' })
|
||||
...(HasFeatureAccess({ featureName: 'bills', bodyshop })
|
||||
? [
|
||||
{
|
||||
title: t('joblines.labels.billref'),
|
||||
|
||||
Reference in New Issue
Block a user