From 233ac64ae5a37d066354135eb18ea4b0313596d8 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 17 Aug 2021 10:54:35 -0300 Subject: [PATCH] Bug 24857: (QA follow-up) Fix QA script issues Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 4 ++-- t/db_dependent/Koha/Volumes.t | 0 t/db_dependent/api/v1/volumes.t | 0 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 t/db_dependent/Koha/Volumes.t mode change 100644 => 100755 t/db_dependent/api/v1/volumes.t diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 1987cf318f..7ee02ca7e8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1065,7 +1065,7 @@ Note that permanent location is a code, and location may be an authval.

- + Required
Numbers only, volumes will be displayed in counting order @@ -1098,7 +1098,7 @@ Note that permanent location is a code, and location may be an authval.

- + Numbers only, volumes will be displayed in counting order

diff --git a/t/db_dependent/Koha/Volumes.t b/t/db_dependent/Koha/Volumes.t old mode 100644 new mode 100755 diff --git a/t/db_dependent/api/v1/volumes.t b/t/db_dependent/api/v1/volumes.t old mode 100644 new mode 100755 -- 2.30.2