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

(-)a/ill/ill-requests.pl (-2 lines)
Lines 476-483 if ( $backends_available ) { Link Here
476
        exit;
476
        exit;
477
    } elsif ( $op eq "batch_list" ) {
477
    } elsif ( $op eq "batch_list" ) {
478
        # Do not remove, it prevents us falling through to the 'else'
478
        # Do not remove, it prevents us falling through to the 'else'
479
    } elsif ( $op eq "batch_create" ) {
480
        # Do not remove, it prevents us falling through to the 'else'
481
    } else {
479
    } else {
482
        $op =~ s/^cud-//;
480
        $op =~ s/^cud-//;
483
        my $request = Koha::ILL::Requests->find( $params->{illrequest_id} );
481
        my $request = Koha::ILL::Requests->find( $params->{illrequest_id} );
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +1 lines)
Lines 969-975 Link Here
969
                            </fieldset>
969
                            </fieldset>
970
                        </form>
970
                        </form>
971
                    </div>
971
                    </div>
972
                [% ELSIF op == 'batch_list' || op == 'batch_create' %]
972
                [% ELSIF op == 'batch_list' %]
973
                    [% INCLUDE 'ill-batch.inc' %]
973
                    [% INCLUDE 'ill-batch.inc' %]
974
                [% ELSE %]
974
                [% ELSE %]
975
                <!-- Custom Backend Action -->
975
                <!-- Custom Backend Action -->
976
- 

Return to bug 38685