From c7daaa901b6ec8a0fa6e2b0a8ffb7f9e6befbc5e 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 --- .../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 438d75f6a5..c4bec40955 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 @@ -39,7 +39,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.20.1