Total Complexity | 0 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | # -*- coding: utf-8 -*- |
||
2 | # |
||
3 | # This file is part of SENAITE.CORE |
||
4 | # |
||
5 | # Copyright 2018 by it's authors. |
||
6 | # Some rights reserved. See LICENSE.rst, CONTRIBUTORS.rst. |
||
7 | |||
8 | from bika.lims.browser.analysisrequest import AnalysisRequestWorkflowAction |
||
9 | |||
10 | |||
11 | class ClientWorkflowAction(AnalysisRequestWorkflowAction): |
||
12 | """Button Action Handler for Clients |
||
13 | """ |
||
14 |