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

(-)a/Koha/Illrequest.pm (-1 / +1 lines)
Lines 531-537 sub _core_status_graph { Link Here
531
            ui_method_name => 'Place request with partners',
531
            ui_method_name => 'Place request with partners',
532
            method         => 'generic_confirm',
532
            method         => 'generic_confirm',
533
            next_actions   => [ 'COMP', 'CHK', 'REQREV' ],
533
            next_actions   => [ 'COMP', 'CHK', 'REQREV' ],
534
            ui_method_icon => 'fa-send-o',
534
            ui_method_icon => 'fa-paper-plane',
535
        },
535
        },
536
        REQREV => {
536
        REQREV => {
537
            prev_actions   => [ 'REQ', 'GENREQ' ],
537
            prev_actions   => [ 'REQ', 'GENREQ' ],
(-)a/t/db_dependent/Illrequests.t (-3 / +2 lines)
Lines 350-356 subtest 'Status Graph tests' => sub { Link Here
350
            ui_method_name => 'Place request with partners',
350
            ui_method_name => 'Place request with partners',
351
            method         => 'generic_confirm',
351
            method         => 'generic_confirm',
352
            next_actions   => [ 'COMP', 'CHK', 'REQREV' ],
352
            next_actions   => [ 'COMP', 'CHK', 'REQREV' ],
353
            ui_method_icon => 'fa-send-o',
353
            ui_method_icon => 'fa-paper-plane',
354
        },
354
        },
355
        REQREV => {
355
        REQREV => {
356
            prev_actions   => [ 'REQ', 'GENREQ' ],
356
            prev_actions   => [ 'REQ', 'GENREQ' ],
Lines 469-475 subtest 'Status Graph tests' => sub { Link Here
469
            ui_method_name => 'Place request with partners',
469
            ui_method_name => 'Place request with partners',
470
            method         => 'generic_confirm',
470
            method         => 'generic_confirm',
471
            next_actions   => [ 'COMP', 'CHK', 'REQREV' ],
471
            next_actions   => [ 'COMP', 'CHK', 'REQREV' ],
472
            ui_method_icon => 'fa-send-o',
472
            ui_method_icon => 'fa-paper-plane',
473
        },
473
        },
474
        REQREV => {
474
        REQREV => {
475
            prev_actions   => [ 'REQ', 'GENREQ' ],
475
            prev_actions   => [ 'REQ', 'GENREQ' ],
476
- 

Return to bug 34905