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

(-)a/Koha/Illrequest.pm (-2 / +1 lines)
Lines 537-543 sub _core_status_graph { Link Here
537
            prev_actions   => [ 'REQ', 'GENREQ' ],
537
            prev_actions   => [ 'REQ', 'GENREQ' ],
538
            id             => 'REQREV',
538
            id             => 'REQREV',
539
            name           => 'Request reverted',
539
            name           => 'Request reverted',
540
            ui_method_name => 'Revert Request',
540
            ui_method_name => 'Revert request',
541
            method         => 'cancel',
541
            method         => 'cancel',
542
            next_actions   => [ 'REQ', 'GENREQ', 'KILL' ],
542
            next_actions   => [ 'REQ', 'GENREQ', 'KILL' ],
543
            ui_method_icon => 'fa-times',
543
            ui_method_icon => 'fa-times',
544
- 

Return to bug 27542