Bug 23112: Update request status on return
[koha-ffzg.git] / Koha / Illrequest.pm
index 998422a..a0c9402 100644 (file)
@@ -498,7 +498,16 @@ sub _core_status_graph {
             method         => 'check_out',
             next_actions   => [ ],
             ui_method_icon => 'fa-upload',
-        }
+        },
+               RET => {
+                       prev_actions   => [ 'CHK' ],
+                       id             => 'RET',
+                       name           => 'Returned to library',
+                       ui_method_name => 'Check in',
+                       method         => 'check_in',
+                       next_actions   => [ 'COMP' ],
+                       ui_method_icon => 'fa-download',
+               }
     };
 }