View | Details | Raw Unified | Return to bug 35331
Collapse All | Expand All

(-)a/Koha/Illrequest.pm (-2 / +1 lines)
Lines 2139-2145 sub get_staff_table_actions { Link Here
2139
    my $ill_table_actions = [
2139
    my $ill_table_actions = [
2140
        {
2140
        {
2141
            button_class                  => 'btn btn-default btn-sm',
2141
            button_class                  => 'btn btn-default btn-sm',
2142
            button_link                   => '/cgi-bin/koha/ill/ill-requests.pl?method=illview&illrequest_id=',
2142
            button_link                   => '/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=',
2143
            append_column_data_to_link    => 1,
2143
            append_column_data_to_link    => 1,
2144
            button_link_translatable_text => 'ill_manage',
2144
            button_link_translatable_text => 'ill_manage',
2145
        }
2145
        }
2146
- 

Return to bug 35331