[Koha-bugs] [Bug 10912] Streamline hold error messages in staff interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 28 22:33:40 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10912

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I am not sure about this patch - if there are multiple reasons why a hold is
not possible, should we not display all of them instead of giving one reason
preference of another? It seems like this patch will make the error message
less accurate (elsif instead of if)?

+        [% ELSIF ( maxreserves ) %]
+          <li><strong>Too many holds: </strong> <a
href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber
%]">[% borrowerfirstname %] [% borrowersurname %] </a> has too many holds.</li>
+        [% ELSIF ( alreadyreserved ) %]
+          <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[%
borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a>
<strong>already has a hold</strong> on this item </li>
+        [% ELSIF ( alreadypossession ) %]

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


More information about the Koha-bugs mailing list