Bugzilla – Attachment 117525 Details for
Bug 25690
SIP should not allow to check out an item in transfer because of a hold to another patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25690: (follow-up) Correct grammar in warning messages
Bug-25690-follow-up-Correct-grammar-in-warning-mes.patch (text/plain), 2.82 KB, created by
Kyle M Hall (khall)
on 2021-03-02 14:34:32 UTC
(
hide
)
Description:
Bug 25690: (follow-up) Correct grammar in warning messages
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-03-02 14:34:32 UTC
Size:
2.82 KB
patch
obsolete
>From e84abfdc5d37935dd7db6a45cabdbfa02bf8fc3c Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= <joonas.kylmala@helsinki.fi> >Date: Fri, 26 Feb 2021 13:33:15 +0200 >Subject: [PATCH] Bug 25690: (follow-up) Correct grammar in warning messages >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This makes the meaning of the warnings a bit more clear. > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 2 +- > .../prog/en/modules/circ/circulation_batch_checkouts.tt | 2 +- > 2 files changed, 2 insertions(+), 2 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 a1c0e5f496..41aff35af8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >@@ -32,7 +32,7 @@ > Item is marked waiting at [% branchname | html %] for [% name | html %] (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>). > [% END %] > [% IF ( transferred ) %] >- Item is attached to a hold and being transferred for [% name | html %] (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>). >+ Item has been trapped to fill a hold and is in transit for [% name | html %] (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>). > [% END %] > </caption> > <tr> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >index 4fe30d73ba..0fcce3ee13 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >@@ -148,7 +148,7 @@ > <li><i class="fa fa-li fa-warning"></i>This item is waiting for another patron.</li> > [% END %] > [% IF checkout_info.TRANSFERRED %] >- <li><i class="fa fa-li fa-warning"></i>This item is on hold and being transferred to another patron.</li> >+ <li><i class="fa fa-li fa-warning"></i>This item is on hold and being transferred for another patron.</li> > [% END %] > [% IF checkout_info.PROCESSING %] > <li><i class="fa fa-li fa-warning"></i>This item is on hold and being processed for another patron.</li> >-- >2.24.1 (Apple Git-126)
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 25690
:
116948
|
116949
|
116950
|
116951
|
117000
|
117001
|
117002
|
117003
|
117004
|
117062
|
117063
|
117064
|
117065
|
117066
|
117067
|
117374
|
117507
|
117508
|
117509
|
117510
|
117511
|
117512
|
117513
|
117519
|
117520
|
117521
|
117522
|
117523
|
117524
| 117525 |
117674