From bda8954ff703dd12ebe0e18208e5b17cc6518ac4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 7 Jun 2022 15:57:35 +0200 Subject: [PATCH] Bug 30903: Fix UI glitch on the quotes upload view --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt index 5284e0b4575..fe5e8d7c6aa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt @@ -47,7 +47,6 @@ -
Instructions @@ -240,7 +239,7 @@ if ( arrData[ arrData.length - 1 ] ) { arrData[ arrData.length - 1 ].push( strMatchedValue ); } else { - $('#csv_error').css( 'visibility' , 'visible' ); + $("#messages .import_error").text(_("Something went wrong, check your CSV file.")); } } -- 2.25.1