From 41afa2c4fc3b43f807f0a7a6109d905d29da9c18 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 --- .../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.30.2