@@ -, +, @@ MSG_NON_RESERVES_SELECTED --- koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc | 1 - 1 file changed, 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc @@ -49,7 +49,6 @@ var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?"); var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?"); var MSG_IN_YOUR_CART = _("Items in your cart: %s"); - var MSG_NON_RESERVES_SELECTED = _("One or more selected items cannot be reserved."); var MSG_ITEM_NOT_IN_CART = _("Add to cart"); var MSG_ITEM_IN_CART = _("In your cart"); var MSG_RECORD_REMOVED = _("The item has been removed from your cart"); --