From e986842f0521091522d234055e61777e8c096dbc 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. Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer --- .../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 64234df6be..0bf441824c 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.17.1