From 9c54bee813e5b385719ae5490f2eb30cb6b67322 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 18 Aug 2023 11:32:42 +0000 Subject: [PATCH] Bug 34385: Correct page heading of transport cost matrix page This patch corrects the main heading on the transport cost matrix page so that it matches the page title and breadcrumb navigation. To test, apply the patch and go to Administration -> Transport cost matrix. Confirm that the page heading reads "Transport cost matrix." Signed-off-by: Lucas Gass Signed-off-by: Tomas Cohen Arazi (cherry picked from commit c7daaa901b6ec8a0fa6e2b0a8ffb7f9e6befbc5e) Signed-off-by: Fridolin Somers --- .../prog/en/modules/admin/transport-cost-matrix.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt index 60b361e8ed..066c8d341d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt @@ -34,7 +34,7 @@

- Defining transport costs between libraries + Transport cost matrix

[% IF ( WARNING_transport_cost_matrix_off ) %]
Because the "UseTransportCostMatrix" system preference is currently not enabled, the transport cost matrix is not being used.
Go to the UseTransportCostMatrix system preference if you wish to enable this feature.
-- 2.39.5