Skip to content

Commit

Permalink
Modified Pathology Tissue form and other Necropsy input form to allow…
Browse files Browse the repository at this point in the history
… death button access to only the Necropsy form.
  • Loading branch information
Ohsudev committed Jan 24, 2024
1 parent 5fefd60 commit 62e4cbe
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,6 @@ public PathologyTissuesFormType(DataEntryFormContext ctx, Module owner)
addClientDependency(ClientDependency.supplierFromPath("onprc_ehr/form/field/PathologyTissuesField.js"));
}

@Override
protected List<String> getMoreActionButtonConfigs()
{
List<String> ret = super.getMoreActionButtonConfigs();
ret.add("ENTERDEATH_FOR_TISSUES");

return ret;
}

@Override
protected boolean canInsert()
Expand Down

0 comments on commit 62e4cbe

Please sign in to comment.