From 168df496e18d0debfc55298e2d0994a2ac6200e3 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 Signed-off-by: Fridolin Somers Signed-off-by: David Nind Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi (cherry picked from commit f36dbf09f635e42066d43799a79e634c15465a0e) Signed-off-by: Lucas Gass (cherry picked from commit b3a277daec5385d8af56e8c0c75f53cec8e3e85d) Signed-off-by: Arthur Suzuki --- 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 f2b3461ffb..a27610dc37 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.39.5