Bugzilla – Attachment 111608 Details for
Bug 26643
Staff should be notified that a transfer has been completed on checkin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26643: (QA follow-up) Fix typo in message
Bug-26643-QA-follow-up-Fix-typo-in-message.patch (text/plain), 1.44 KB, created by
Katrin Fischer
on 2020-10-14 12:15:54 UTC
(
hide
)
Description:
Bug 26643: (QA follow-up) Fix typo in message
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-10-14 12:15:54 UTC
Size:
1.44 KB
patch
obsolete
>From 16ac9a399761981fc5c77879a23cefd2d9cd9a41 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 4 Oct 2020 16:54:37 +0000 >Subject: [PATCH] Bug 26643: (QA follow-up) Fix typo in message > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 e5890a6f6b..ca00fa150a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -256,7 +256,7 @@ > <p class="problem ret_localuse">Local use recorded</p> > [% END %] > [% IF ( errmsgloo.transferred ) %] >- <p class="problem ret_transferred">Item recieved from [% Branches.GetName( errmsgloo.transferred ) | html %]</p> >+ <p class="problem ret_transferred">Item received from [% Branches.GetName( errmsgloo.transferred ) | html %]</p> > [% END %] > [% IF ( errmsgloo.waslost ) %] > [% IF Koha.Preference('BlockReturnOfLostItems') %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26643
:
111397
|
111404
|
111607
| 111608