Completed
Branch master (9edffc)
by Jordi
04:36
created

bika.lims.browser.client.workflow   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 13
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 3
dl 0
loc 13
rs 10
c 0
b 0
f 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