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

(-)a/ill/ill-requests.pl (-3 lines)
Lines 461-469 if ($backends_available) { Link Here
461
        exit;
461
        exit;
462
    } elsif ( $op eq "batch_list" ) {
462
    } elsif ( $op eq "batch_list" ) {
463
463
464
        # Do not remove, it prevents us falling through to the 'else'
465
    } elsif ( $op eq "batch_create" ) {
466
467
        # Do not remove, it prevents us falling through to the 'else'
464
        # Do not remove, it prevents us falling through to the 'else'
468
    } else {
465
    } else {
469
        $op =~ s/^cud-//;
466
        $op =~ s/^cud-//;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +1 lines)
Lines 886-892 Link Here
886
                        </fieldset>
886
                        </fieldset>
887
                    </form>
887
                    </form>
888
                </div>
888
                </div>
889
            [% ELSIF op == 'batch_list' || op == 'batch_create' %]
889
            [% ELSIF op == 'batch_list' %]
890
                [% INCLUDE 'ill-batch.inc' %]
890
                [% INCLUDE 'ill-batch.inc' %]
891
            [% ELSE %]
891
            [% ELSE %]
892
                <!-- Custom Backend Action -->
892
                <!-- Custom Backend Action -->
893
- 

Return to bug 38685