From a2c0576914f6e1ec9cd3fe883a9bdf6aa473d1fc Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 29 Sep 2020 10:48:04 +0200 Subject: [PATCH] Bug 26242: Remove one unused occurrences of MSG_NON_RESERVES_SELECTED --- koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc index 1acf1834c3..46a5949ccb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc +++ b/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"); -- 2.20.1