From f028202a17e3d1bf2496590f69718285a30faf11 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Tue, 15 May 2018 02:59:24 +0000 Subject: [PATCH] Bug 20706: Fix bad HTML link to help file. Before there is no href. After there is. --- .../intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt index 318679fb5d..995fe602dc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt @@ -16,6 +16,6 @@

You can also tend to pending circulation actions by going to Circulation > Pending offline circulation actions.

-

See the full documentation for Uploading the Offline Circulation File in the manual (online).

+

See the full documentation for Uploading the Offline Circulation File in the manual (online).

[% INCLUDE 'help-bottom.inc' %] -- 2.11.0