|
@@ -317,25 +317,6 @@ const ActionPanel: React.FC = () => {
|
|
|
}
|
|
|
onClick={() => showNotImplemented('')}
|
|
|
/>
|
|
|
- <ActionButton
|
|
|
- icon={
|
|
|
- <Icon
|
|
|
- module="module-patient"
|
|
|
- name="QRCodePrint"
|
|
|
- userId="base"
|
|
|
- theme="default"
|
|
|
- size="2x"
|
|
|
- state="normal"
|
|
|
- />
|
|
|
- }
|
|
|
- tooltip={
|
|
|
- <FormattedMessage
|
|
|
- id="actionPanel.qrPrint"
|
|
|
- defaultMessage="actionPanel.qrPrint"
|
|
|
- />
|
|
|
- }
|
|
|
- onClick={() => showNotImplemented('')}
|
|
|
- />
|
|
|
<ActionButton
|
|
|
icon={
|
|
|
<Icon
|