From 9eda4098e1d7b1534f26d23ac0d1d53c98d56bcf 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." --- .../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 438d75f6a5c..c4bec409555 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