<<

NAME

Koha::ILL::Request::Workflow::ConfirmAuto - Koha ILL ConfirmAuto Workflow

SYNOPSIS

Object-oriented class that provides the AutoILLBackendPriority confirmation screen

DESCRIPTION

This class provides the ability to verify if it should render the AutoILLBackendPriority confirmation screen and handle the template params accordingly

API

Class Methods

show_confirm_auto

    my $show_confirm_auto =
    Koha::ILL::Request::Workflow::ConfirmAuto->show_confirm_auto($params);

Given $request, returns true if confirm auto should be shown

confirm_auto_template_params

Given $params, returns the template parameters for rendering the confirm auto screen

get_priority_backends

Returns backends ordered by AutoILLBackendPriority

<<