[Koha-bugs] [Bug 25690] SIP should not allow to check out an item in transfer because of a hold to another patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 19 12:49:36 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25690

--- Comment #14 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Comment on attachment 117000
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117000
Bug 25690: Remove double usage of 'Reserved' return value

Review of attachment 117000:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=25690&attachment=117000)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt
@@ +31,5 @@
>              [% IF ( waiting ) %]
>                  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>).

I wonder if this reads better:

`Item is in transit to [% branchname | HTML %] for [% name | HTML %] (<a
href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber |
uri %]">[% borrowernumber | html %]</a>)`

But.. do we have access to the transit to location here?

::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt
@@ +147,5 @@
>                    [% IF checkout_info.RESERVE_WAITING %]
>                        <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>

to => for

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list