diff --git a/src/bika/lims/content/worksheettemplate.py b/src/bika/lims/content/worksheettemplate.py index ac3933e503..945d5080cd 100644 --- a/src/bika/lims/content/worksheettemplate.py +++ b/src/bika/lims/content/worksheettemplate.py @@ -144,13 +144,6 @@ schema["description"].schemata = "Description" schema["description"].widget.visible = True -schema["RestrictToMethod"].widget.label = "Method" -schema["RestrictToMethod"].widget.description = _( - "Restrict the available analysis services and instruments" - "to those with the selected method." - " In order to apply this change to the services list, you " - "should save the change first." -) class WorksheetTemplate(BaseContent):