Loading bundles/ch.elexis.core.ui/src/ch/elexis/core/ui/views/VerrechnungsDisplay.java +2 −2 Original line number Diff line number Diff line Loading @@ -284,8 +284,8 @@ public class VerrechnungsDisplay extends Composite implements IUnlockable { IStructuredSelection selection = viewer.getStructuredSelection(); if (selection != null && !selection.isEmpty() && (selection.getFirstElement() instanceof IBilled)) { ContextServiceHolder.get().postEvent(ElexisEventTopics.EVENT_UPDATE, selection.getFirstElement()); ContextServiceHolder.get().getRootContext() .setTyped(selection.getFirstElement()); } } }); Loading Loading
bundles/ch.elexis.core.ui/src/ch/elexis/core/ui/views/VerrechnungsDisplay.java +2 −2 Original line number Diff line number Diff line Loading @@ -284,8 +284,8 @@ public class VerrechnungsDisplay extends Composite implements IUnlockable { IStructuredSelection selection = viewer.getStructuredSelection(); if (selection != null && !selection.isEmpty() && (selection.getFirstElement() instanceof IBilled)) { ContextServiceHolder.get().postEvent(ElexisEventTopics.EVENT_UPDATE, selection.getFirstElement()); ContextServiceHolder.get().getRootContext() .setTyped(selection.getFirstElement()); } } }); Loading