From d49234dd4ff9aece95a5694bb2fc07ea9ac56c4c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Sat, 22 Sep 2018 11:08:16 -0300 Subject: [PATCH] Bug 21398: Make search field mandatory when adding to a basket from an existing record Test plan: - Create a basket - Click the "Add to basket" button - Click "Search" on the first line => Without this patch you get an ugly screen: https://snag.gy/U8X3ZK.jpg => With this patch applied you will not be able to submit without filling the input in QA note: Yes, we could handle that controller side as well, but much more work. --- koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc index 3588005cdc..5d1724dd38 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc @@ -5,7 +5,7 @@
  • -- 2.11.0