diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js
index c215c09340..9044ec72c9 100644
--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js
+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js
@@ -529,6 +529,13 @@ $(document).ready(function() {
span_style = "display: none";
span_class = "renewals-allowed-recalled";
+ } else if ( oObj.can_renew_error == "booked" ) {
+ msg += ""
+ + "" + __("Booked") + ""
+ + "";
+
+ span_style = "display: none";
+ span_class = "renewals-allowed-booked";
} else if ( oObj.can_renew_error == "on_reserve" ) {
msg += ""
+"" + __("On hold") + ""