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 <lucas@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
1156b3683b
commit
c7daaa901b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
<main>
|
||||
|
||||
<h1 class="parameters">
|
||||
Defining transport costs between libraries
|
||||
Transport cost matrix
|
||||
</h1>
|
||||
[% IF ( WARNING_transport_cost_matrix_off ) %]
|
||||
<div class="dialog message">Because the "UseTransportCostMatrix" system preference is currently not enabled, the transport cost matrix is not being used. <br/>Go to the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UseTransportCostMatrix">UseTransportCostMatrix</a> system preference if you wish to enable this feature.</div>
|
||||
|
|
Loading…
Reference in a new issue