https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38012 Andrew Fuerste-Henry <andrewfh@dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #172114|0 |1 is obsolete| | --- Comment #6 from Andrew Fuerste-Henry <andrewfh@dubcolib.org> --- Comment on attachment 172114 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=172114 Bug 38012: Remove ispermanent from retuns.tt and branchtransfers.tt
From ca71e8a2a8d66b29eca4b3110bc91b661d053e63 Mon Sep 17 00:00:00 2001 From: Andrew Fuerste Henry <andrewfh@dubcolib.org> Date: Fri, 27 Sep 2024 13:44:49 +0000 Subject: [PATCH] Bug 38012: Remove ispermanent from retuns.tt and branchtransfers.tt
No real test plan, exactly. These lines reference an error message that doesn't exist elsewhere in the code. Apply the patch and confirm checkins still work? --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 3 --- 1 file changed, 3 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 6c132ef2b8..68d48353bc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -326,9 +326,6 @@ [% IF ( errmsgloo.badbarcode ) %] <p class="problem ret_badbarcode">No item with barcode: [% errmsgloo.msg | html %]</p> [% END %] - [% IF ( errmsgloo.ispermanent ) %] - <p class="problem ret_ispermenant">Please return item to: [% Branches.GetName( errmsgloo.msg ) | html %]</p> - [% END %] [% IF ( errmsgloo.notissued ) %] <p class="problem ret_notissued">Not checked out.</p> [% END %] -- 2.39.5
-- You are receiving this mail because: You are watching all bug changes.