From b2de9669ac61b47c104afe177f959658b5676553 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Wed, 23 Mar 2016 03:44:53 +0000 Subject: [PATCH] Bug 16131: Messages for branch transfers show with bullet points This patches removes the list code from the messages To test: 1) Attempt to transfer an item to its home library. Confirm no bullet point in message 2) Check out an item to a user. Attempt to transfer the same item. Confirm no bullet point in message 3) Set syspref BranchTransferLimitsType to Enforce for item types. Go to Admin -> Library transfer limits and select a library (Library B) other than your home library (Library A). Uncheck all options. Go back to branch transfers and attempt to transfer an item from Library A to Library B. Confirm no bullet point in message. Sponsored-by: Catalyst IT --- .../prog/en/modules/circ/branchtransfers.tt | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt index e2916d9..a445c25 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt @@ -104,16 +104,15 @@ [% IF ( errmsgloop ) %]
-
[% END %] -- 1.7.10.4