made total fee field not configurable because it should be read only

This commit is contained in:
naomi 2022-05-08 18:00:33 +01:00
parent c6a8c5bb82
commit b8c592104d
1 changed files with 0 additions and 1 deletions

View File

@ -323,7 +323,6 @@ class OCCase extends RevisionableContentEntityBase implements OCCaseInterface
->setSettings([
'prefix' => '£',
])
->setDisplayConfigurable('form', true)
->setDisplayConfigurable('view', true);
return $fields;