Skip to content

Commit 66d455d

Browse files
committed
Merge branch 'case-task-undefined-property'
[#82] Remove access to undefined property in case task form
2 parents 294049d + 7386417 commit 66d455d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CRM/Civioffice/Form/Task/CreateCaseDocuments.php

-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ public function preProcess()
2626
{
2727
parent::preProcess();
2828
$this->entityType = 'Case';
29-
$this->entityIds = $this->_caseIds;
3029
}
3130
}

0 commit comments

Comments
 (0)